/ Published in: PHP
Expand |
Embed | Plain Text
$myterms = get_term_by('slug', $cat_parent , 'taxonomy'); $parent = $myterms->term_id; 'hide_empty'=>'0', 'parent'=> $parent, 'taxonomy' => 'taxonomy' ); $categories = get_categories( $args );
You need to login to post a comment.
