Checks if a request has access to read terms in the specified taxonomy.
WP_REST_Terms_Controller::register_routes
Registers the routes for the objects of the controller.
WP_REST_Terms_Controller::__construct
Constructor.
WP_REST_Taxonomies_Controller::get_collection_params
Retrieves the query params for collections.
Advertisement
WP_REST_Taxonomies_Controller::get_item_schema
Retrieves the taxonomy’s schema, conforming to JSON Schema.
WP_REST_Taxonomies_Controller::prepare_item_for_response
Prepares a taxonomy object for serialization.
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.
Advertisement
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.
WP_REST_Taxonomies_Controller::register_routes
Registers the routes for the objects of the controller.
WP_REST_Taxonomies_Controller::__construct
Constructor.
Advertisement
WP_REST_Settings_Controller::set_additional_properties_to_false
Recursively add additionalProperties = false to all objects in a schema.
WP_REST_Settings_Controller::sanitize_callback
Custom sanitize callback used for all options to allow the use of ‘null’.
WP_REST_Settings_Controller::get_item_schema
Retrieves the site setting schema, conforming to JSON Schema.