Removed error log

This commit is contained in:
Nedim Uka
2018-10-03 16:58:52 +02:00
parent 4c760b12c3
commit b028fb3f04

View File

@@ -80,9 +80,7 @@ class Wiaas_Template_Admin_Ajax {
$term = wp_unslash($_GET['term']);
$response = array();
error_log('This is term');
error_log($term);
$terms = get_terms(array(
'taxonomy' => 'template_category',
'name__like' => $term