Skip to content

Instantly share code, notes, and snippets.

@codearachnid
Created November 19, 2012 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codearachnid/4113903 to your computer and use it in GitHub Desktop.
Save codearachnid/4113903 to your computer and use it in GitHub Desktop.
New Tri.be Events Category Tag
tribe_get_event_categories( get_the_ID(), array(
'before' => '<>',
'sep' => ', ',
'after' => '',
'label' => '',
'label_before' => '',
'label_after' => '',
'wrap_before' => '',
'wrap_after' => ''
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment