Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php: WP_REST_Terms_Controller::check_is_taxonomy_allowed() | Checks that the taxonomy is valid. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/taxonomy.php: get_term() | Get all Term data from database by Term ID. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |