Answers for "get terms of taxonomy with parent zero"

0

get_terms only parent

$myterms = get_terms( array( 'taxonomy' => 'taxonomy_name', 'parent' => 0 ) );
Posted by: Guest on November-26-2020

Code answers related to "get terms of taxonomy with parent zero"

Browse Popular Code Answers by Language