wp_list_taxonomies
List all taxonomies (categories, tags, custom) for a WordPress site, returning slug, name, hierarchical status, and associated post types.
Instructions
List a site's taxonomies (slug, name, rest_base, hierarchical, post types).
Read-only. Start here: the slug it returns ('category', 'post_tag', or any
custom taxonomy a plugin/theme registers) is what every other term tool takes as
taxonomy. Only taxonomies registered with show_in_rest appear. Requires the REST
transport (the wpcli/SSH gateway has no taxonomy support).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes |