ClassicPress logo
Skip to content
Filter by type:

Browse:

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

rest_after_insert_{$this->taxonomy}

Action Hook: Fires after a single term is completely created or updated via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:594

Used by 4 functions | Uses 0 functions

WP_REST_Terms_Controller::check_read_terms_permission_for_post()

Method: Checks if the terms for a post can be read.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:156

Used by 1 function | Uses 1 function

WP_REST_Terms_Controller::__construct()

Method: Constructor.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:66

Used by 0 functions | Uses 1 function

WP_REST_Terms_Controller::prepare_item_for_database()

Method: Prepares a single term for create or update.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:809

Used by 3 functions | Uses 3 functions

WP_REST_Terms_Controller::register_routes()

Method: Registers the routes for terms.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:82

Used by 0 functions | Uses 1 function

rest_pre_insert_{$this->taxonomy}

Filter Hook: Filters term data before inserting term via the REST API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:859

Used by 1 function | Uses 0 functions

WP_REST_Terms_Controller::get_items_permissions_check()

Method: Checks if a request has access to read terms in the specified taxonomy.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:184

Used by 1 function | Uses 3 functions

WP_REST_Terms_Controller::prepare_item_for_response()

Method: Prepares a single term output for response.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:871

Used by 6 functions | Uses 3 functions

WP_REST_Terms_Controller::get_items()

Method: Retrieves terms associated with a taxonomy.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:234

Used by 0 functions | Uses 4 functions

rest_prepare_{$this->taxonomy}

Filter Hook: Filters the term data for a REST API response.

Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:940

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