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.
WP_REST_Settings_Controller::sanitize_callback
Custom sanitize callback used for all options to allow the use of ‘null’.
Advertisement
WP_REST_Settings_Controller::get_item_schema
Retrieves the site setting schema, conforming to JSON Schema.
rest_pre_update_setting
Filters whether to preempt a setting value update.
WP_REST_Settings_Controller::get_registered_options
Retrieves all of the registered options for the Settings API.