get categories for single event
-
Hi there
I’m trying to find a function which will simply give me the category or array of categories of a specific post, eg:
$cats = tribe_get_post_cats($post->ID);Which would then produce an array, eg
Array([0] => 'Music')I can’t seem to find anything like this. I can pull out the metadata, but this is much more complicated as it needs parsing, etc.
Is there anything available like the above?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘get categories for single event’ is closed to new replies.