ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php

WP_REST_Taxonomies_Controller::prepare_links()

Method: Prepares links for the request.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:301

Used by 1 function | Uses 0 functions

WP_REST_Taxonomies_Controller

Class: Core class used to manage taxonomies via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:17

Used by 0 functions | Uses 1 function

WP_REST_Taxonomies_Controller::__construct()

Method: Constructor.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:24

Used by 0 functions | Uses 0 functions

WP_REST_Taxonomies_Controller::register_routes()

Method: Registers the routes for taxonomies.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:36

Used by 0 functions | Uses 1 function

WP_REST_Taxonomies_Controller::get_items_permissions_check()

Method: Checks whether a given request has permission to read taxonomies.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:83

Used by 0 functions | Uses 1 function

WP_REST_Taxonomies_Controller::get_items()

Method: Retrieves all public taxonomies.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:115

Used by 0 functions | Uses 3 functions

WP_REST_Taxonomies_Controller::get_item_permissions_check()

Method: Checks if a given request has access to a taxonomy.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:154

Used by 0 functions | Uses 1 function

WP_REST_Taxonomies_Controller::get_item()

Method: Retrieves a specific taxonomy.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:183

Used by 0 functions | Uses 1 function

WP_REST_Taxonomies_Controller::prepare_item_for_response()

Method: Prepares a taxonomy object for serialization.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:209

Used by 2 functions | Uses 3 functions

rest_prepare_taxonomy

Filter Hook: Filters a taxonomy returned from the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:290

Used by 1 function | Uses 0 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy