ClassicPress logo
Skip to content
Filter by type:

Browse:

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

WP_REST_Terms_Controller::get_item()

Method: Gets a single term from a taxonomy.

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

Used by 0 functions | Uses 2 functions

rest_{$this->taxonomy}_collection_params

Filter Hook: Filters collection parameters for the terms controller.

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

Used by 1 function | Uses 0 functions

WP_REST_Terms_Controller::create_item_permissions_check()

Method: Checks if a request has access to create a term.

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

Used by 0 functions | Uses 2 functions

WP_REST_Terms_Controller::check_is_taxonomy_allowed()

Method: Checks that the taxonomy is valid.

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

Used by 3 functions | Uses 0 functions

WP_REST_Terms_Controller::create_item()

Method: Creates a single term in a taxonomy.

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

Used by 0 functions | Uses 6 functions

rest_insert_{$this->taxonomy}

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

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

Used by 4 functions | Uses 0 functions

WP_REST_Terms_Controller::update_item_permissions_check()

Method: Checks if a request has access to update the specified term.

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

Used by 0 functions | Uses 2 functions

WP_REST_Terms_Controller::update_item()

Method: Updates a single term from a taxonomy.

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

Used by 0 functions | Uses 7 functions

WP_REST_Terms_Controller::delete_item_permissions_check()

Method: Checks if a request has access to delete the specified term.

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

Used by 0 functions | Uses 2 functions

WP_REST_Terms_Controller::delete_item()

Method: Deletes a single term from a taxonomy.

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

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