wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
Lines:
1 to 22 of 22
<?php /** * REST API: WP_REST_Taxonomies_Controller class * * @package WordPress * @subpackage REST_API * @since 4.7.0 */ /* class WP_REST_Taxonomies_Controller */ /* function WP_REST_Taxonomies_Controller::__construct() – Constructor. */ /* function WP_REST_Taxonomies_Controller::register_routes() – Registers the routes for the objects of the controller. */ /* function WP_REST_Taxonomies_Controller::get_items_permissions_check() – Checks whether a given request has permission to read taxonomies. */ /* function WP_REST_Taxonomies_Controller::get_items() – Retrieves all public taxonomies. */ /* function WP_REST_Taxonomies_Controller::get_item_permissions_check() – Checks if a given request has access to a taxonomy. */ /* function WP_REST_Taxonomies_Controller::get_item() – Retrieves a specific taxonomy. */ /* function WP_REST_Taxonomies_Controller::prepare_item_for_response() – Prepares a taxonomy object for serialization. */ /* function WP_REST_Taxonomies_Controller::prepare_links */ /* function WP_REST_Taxonomies_Controller::get_item_schema() – Retrieves the taxonomy’s schema, conforming to JSON Schema. */ /* function WP_REST_Taxonomies_Controller::get_collection_params() – Retrieves the query params for collections. */