get_category_by_slug work find. but get_term_by is not work in my plugin
-
Hi everyone.. I am trying to make my plugin.
‘get_category_by_slug’ is works find but ‘get_term_by’ is not working in my plugin folder.
here is code..
——————————
funtion get_term_id_by_slug() {
$term = get_term_by(‘slug’, ‘sometermslug’, ‘someterm’);
$taxID = $term->term_taxonomy_id;
return $taxID;
}
——————————
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘get_category_by_slug work find. but get_term_by is not work in my plugin’ is closed to new replies.