Removed error log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user