WP_REST_Post_Statuses_Controller
Methods
1 to 9 of 9
- WP_REST_Post_Statuses_Controller::__construct() – Constructor.
- WP_REST_Post_Statuses_Controller::check_read_permission() – Checks whether a given post status should be visible.
- WP_REST_Post_Statuses_Controller::get_collection_params() – Retrieves the query params for collections.
- WP_REST_Post_Statuses_Controller::get_item_permissions_check() – Checks if a given request has access to read a post status.
- WP_REST_Post_Statuses_Controller::get_item_schema() – Retrieves the post status’ schema, conforming to JSON Schema.
- WP_REST_Post_Statuses_Controller::get_item() – Retrieves a specific post status.
- WP_REST_Post_Statuses_Controller::get_items_permissions_check() – Checks whether a given request has permission to read post statuses.
- WP_REST_Post_Statuses_Controller::get_items() – Retrieves all post statuses, depending on user context.
- WP_REST_Post_Statuses_Controller::register_routes() – Registers the routes for the objects of the controller.