@package: REST_API
-
Filters get_terms() arguments when querying terms via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:343 -
Checks if a request has access to read or edit the specified term.
Used by 1 function | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:452 -
Retrieves the post’s schema, conforming to JSON Schema.
Used by 6 functions | Uses 11 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2345 -
Retrieves the query params for the posts collection.
Used by 6 functions | Uses 8 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2915 -
Filters collection parameters for the posts controller.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:3120 -
Sanitizes and validates the list of post statuses, including whether the user can query private statuses.
Used by 0 functions | Uses 8 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:3134 -
Core class used to managed terms associated with a taxonomy via the REST API.
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:17 -
Overwrites the default protected and private title format.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2161 -
Prepares links for the request.
Used by 4 functions | Uses 11 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2173 -
Checks if a given post type can be viewed or managed.
Used by 4 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1727 -
Checks if a post can be read.
Used by 4 functions | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1749 -
Checks if a post can be edited.
Used by 3 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1792 -
Checks if a post can be created.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1810 -
Checks if a post can be deleted.
Used by 2 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1828 -
Prepares a single post output for response.
Used by 6 functions | Uses 28 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1850 -
Filters the post data for a REST API response.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2147 -
Updates the post’s terms from a REST request.
Used by 2 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1667 -
Checks whether current user can assign all terms sent with the current request.
Used by 2 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1695 -
Filters a post before it is inserted via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1496 -
Determines validity and normalizes the given status parameter.
Used by 1 function | Uses 5 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1534 -
Determines the featured media based on a request param.
Used by 3 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1578 -
Sets the template for a post.
Used by 2 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1649 -
Filters whether a post is trashable.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1120 -
Fires immediately after a single post is deleted or trashed via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1197 -
Determines the allowed query_vars for a get_items() response and prepares them for WP_Query.
Used by 3 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1212 -
Filters the query_vars used in get_items() for the constructed query.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1225 -
Checks the post_date_gmt or modified_gmt and prepare any post or modified date for single post output.
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1259 -
Prepares a single post for create or update.
Used by 3 functions | Uses 15 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1282 -
Creates a single post.
Used by 2 functions | Uses 21 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:738 -
Fires after a single post is created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:805