Uses
| Uses | Description |
|---|---|
| wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php: WP_REST_Taxonomies_Controller::prepare_item_for_response() | Prepares a taxonomy object for serialization. |
| wp-includes/rest-api.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
| wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |