Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php: WP_REST_Terms_Controller::get_term() | Get the term, if the ID is valid. |
wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php: WP_REST_Terms_Controller::prepare_item_for_response() | Prepares a single term output for response. |
wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php: rest_delete_{$this->taxonomy} | Fires after a single term is deleted via the REST API. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/taxonomy.php: wp_delete_term() | Removes a term from the database. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |