get taxonomies for custom post type

Solutions on MaxInterview for get taxonomies for custom post type by the best coders in the world

showing results for - "get taxonomies for custom post type"
Eric
07 May 2019
1// get a list of available taxonomies for a post type
2$taxonomies = get_taxonomies(['object_type' => ['your_post_type']])