WP_REST_Taxonomies_Controller
- Since
- 4.7.0
- Source
wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:17
Core class used to manage taxonomies via the REST API.
Compatibility
- WordPress
- since 4.7.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Hooks and filters fired · 2
Every hook that fires from inside WP_REST_Taxonomies_Controller, in the order it appears in the class, grouped by the method that fires it.
Methods · 10
- __construct()Constructor.
- register_routes()Registers the routes for taxonomies.
- get_items_permissions_check()Checks whether a given request has permission to read taxonomies.
- get_items()Retrieves all public taxonomies.
- get_item_permissions_check()Checks if a given request has access to a taxonomy.
- get_item()Retrieves a specific taxonomy.
- prepare_item_for_response()Prepares a taxonomy object for serialization.
- prepare_links()Prepares links for the request.
- get_item_schema()Retrieves the taxonomy's schema, conforming to JSON Schema.
- get_collection_params()Retrieves the query params for collections.
Changelog
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.