How can i get taxonomies of a post type?
If I have a post type event
and i need to find out the list of taxonomies that are attached to that post type. How do I find them?
How can i get taxonomies of a post type?
If I have a post type event
and i need to find out the list of taxonomies that are attached to that post type. How do I find them?
I think I’ve got it! After looking at couple of functions in the taxonomy.php file in WordPress I have found the function get_object_taxonomies();
which did the trick 🙂