How can i get taxonomies of a post type?
Suppose i have a post type 'event' now i need to find out the list of taxonomies that are attached to this post type.
|
How can i get taxonomies of a post type? Suppose i have a post type 'event' now i need to find out the list of taxonomies that are attached to this post type. |
|||
|
|
|
Hey guys i think i got it! After looking at couple of functions in taxonomy.php file in wordpress i have found this function Here is the function
|
|||||||
|
|
get_categories will do the job.
|
|||||
|
|
Have you tried anything? something like this?
|
|||