Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_authorization_required_code() | Returns a contextual HTTP error code for authorization failure. |
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/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/taxonomy.php: is_taxonomy_hierarchical() | Determines whether the taxonomy object is hierarchical. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |