How to get all the post types(not the posts) grouped by taxonomies?
Is there any standard wordpress functions?
I want something like this
taxonomy_1 -> post_type_11, post_type_12, post_type_13, ....
taxonomy_2 -> post_type_21, post_type_22, ....
I have written a query to get the taxonomies and the attached post types as arrays
then I call this query
now we can loop through the result array