Removed error log
This commit is contained in:
@@ -81,8 +81,6 @@ class Wiaas_Template_Admin_Ajax {
|
|||||||
$term = wp_unslash($_GET['term']);
|
$term = wp_unslash($_GET['term']);
|
||||||
$response = array();
|
$response = array();
|
||||||
|
|
||||||
error_log('This is term');
|
|
||||||
error_log($term);
|
|
||||||
$terms = get_terms(array(
|
$terms = get_terms(array(
|
||||||
'taxonomy' => 'template_category',
|
'taxonomy' => 'template_category',
|
||||||
'name__like' => $term
|
'name__like' => $term
|
||||||
|
|||||||
Reference in New Issue
Block a user