Templates refactoring #26

Merged
nedimu merged 10 commits from package-template-refactoring into master 2018-10-04 13:21:17 +02:00
Showing only changes of commit b028fb3f04 - Show all commits

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