Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created March 26, 2014 09:07
Show Gist options
  • Save gabhi/9779311 to your computer and use it in GitHub Desktop.
Save gabhi/9779311 to your computer and use it in GitHub Desktop.
get root categories for wordpress
$root_categories = get_categories( array(
'parent' => 0,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment