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-post-statuses-controller.php: WP_REST_Post_Statuses_Controller::check_read_permission() | Checks whether a given post status should be visible. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/post.php: get_post_status_object() | Retrieve a post status object by name. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |