function get_category_id($cat_slug){
$term = get_term_by('slug', $cat_slug, 'category');
return $term->term_id;
}
Related posts:
function get_category_id($cat_slug){
$term = get_term_by('slug', $cat_slug, 'category');
return $term->term_id;
}
Related posts:
Leave a Comment
Let us know your thoughts on this post but remember to place nicely folks!