Skip to content

Instantly share code, notes, and snippets.

@tstrebeck
Created October 21, 2013 19:46
Show Gist options
  • Save tstrebeck/7089733 to your computer and use it in GitHub Desktop.
Save tstrebeck/7089733 to your computer and use it in GitHub Desktop.
$categories = get_terms( 'tribe_meta_event_tags', array(
'orderby' => 'count',
'hide_empty' => 0
) );
echo $categories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment