I am unable to get the Parent Taxonomy Terms here is the code i am writing
$myterms = get_terms( 'iqvis_event_category', array( 'parent' => 0 ) );
echo '<pre>';
print_r($myterms);
echo '</pre>';
What is the Reason is there any Syntax problem ? or the parent argument is not working?? because if i am not giving the parent argument its working and getting all the terms with their children.
'hide_empty' => 0then it was returning everything – PhpSeeker Aug 8 '12 at 10:50