1,011 results found for “rest_”. Showing results 76 to 100.
-
Fires after a user is completely created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:663 -
Filters whether a comment can be trashed via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:970 -
Filters the enveloped form of a REST API response.
-
functionrest_get_date_with_gmt()
Parses a date into both its local and UTC equivalent, in MySQL datetime format.
-
functionrest_is_field_included()
Given an array of fields to include in a response, some of which may be `nested.fields`, determine whether the provided field should be included in the response body.
-
functionrest_parse_embed_param()
Parses the “_embed” parameter into the list of resources to embed.
-
functionrest_parse_request_arg()
Parse a request argument based on details registered to the route.
-
Filters the query arguments for a REST API post search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:93 -
Filters a post type returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:279 -
Filters the REST API response.
-
Filters whether the REST API request has already been served.
-
functionrest_send_allow_header()
Sends the “Allow” header to state all methods that can be sent to the current route.
-
functionrest_send_cors_headers()
Sends Cross-Origin Resource Sharing headers with API requests.
-
Filters the query arguments for a REST API term search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:91 -
Core base class representing a search handler for an object type in the REST API.
Used by 3 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:16 -
Filters the maximum number of REST API requests that can be included in a batch.
-
functionrest_get_route_for_post()
Gets the REST API route for a post.
-
functionrest_get_route_for_term()
Gets the REST API route for a term.
-
functionrest_output_link_header()
Sends a Link header for the REST API.
-
Filters a block type returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:349 -
Filters a comment added via the REST API after it is prepared for insertion into the database.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1372 -
Filters a comment before it is inserted via the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:697