Retrieves the query params for collections.
WP_REST_Taxonomies_Controller::get_item_schema
Retrieves the taxonomy’s schema, conforming to JSON Schema.
rest_prepare_taxonomy
Filters a taxonomy returned from the REST API.
WP_REST_Taxonomies_Controller::prepare_item_for_response
Prepares a taxonomy object for serialization.
Advertisement
WP_REST_Taxonomies_Controller::get_item
Retrieves a specific taxonomy.
WP_REST_Taxonomies_Controller::get_item_permissions_check
Checks if a given request has access to a taxonomy.
WP_REST_Taxonomies_Controller::get_items
Retrieves all public taxonomies.
WP_REST_Taxonomies_Controller::get_items_permissions_check
Checks whether a given request has permission to read taxonomies.
Advertisement
WP_REST_Taxonomies_Controller::register_routes
Registers the routes for the objects of the controller.
WP_REST_Taxonomies_Controller::__construct
Constructor.
WP_REST_Taxonomies_Controller
Core class used to manage taxonomies via the REST API.