WP_REST_Posts_Controller::check_status()
Method: Checks whether the status is valid for the given post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1277
Method: Checks whether the status is valid for the given post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1277
Filter Hook: Filters the post’s schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2465
Action Hook: Fires after a single post is completely created or updated via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:678
Method: Get the link relations available for the post and current user.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2013
Method: Retrieve Link Description Objects that should be added to the Schema for the posts collection.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2493
Method: Check whether the template is valid for the given post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1373
Method: Get the post, if the ID is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:395
Method: Sanitizes and validates the list of post statuses, including whether the user can query private statuses.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2825
Method: Overwrites the default protected title format.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1878
Method: Prepares links for the request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1890
Method: Retrieves the post’s schema, conforming to JSON Schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2068
Method: Retrieves the query params for the posts collection.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2619
Filter Hook: Filters collection parameters for the posts controller.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2811
Method: Checks if a post can be read.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1514
Method: Checks if a post can be edited.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1557
Method: Checks if a post can be created.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1575
Method: Checks if a post can be deleted.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1593
Method: Prepares a single post output for response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1612
Filter Hook: Filters the post data for a response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1864
Method: Checks if a given post type can be viewed or managed.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1492
Filter Hook: Filters a post before it is inserted via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1261
Method: Determines validity and normalizes the given status parameter.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1300
Method: Determines the featured media based on a request param.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1344
Method: Sets the template for a post.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1416
Method: Updates the post’s terms from a REST request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1434
Method: Checks whether current user can assign all terms sent with the current request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1460
Filter Hook: Filters the query_vars used in get_items() for the constructed query.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:998
Method: Checks the post_date_gmt or modified_gmt and prepare any post or modified date for single post output.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1032
Method: Prepares a single post for create or update.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1055
Filter Hook: Filters whether a post is trashable.
Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:901