rest_parse_embed_param()
Function: Parses the “_embed” parameter into the list of resources to embed.
Source: wp-includes/rest-api.php:2555
Function: Parses the “_embed” parameter into the list of resources to embed.
Source: wp-includes/rest-api.php:2555
Function: 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.
Source: wp-includes/rest-api.php:878
Function: Recursively computes the intersection of arrays using keys for comparison.
Source: wp-includes/rest-api.php:794
Function: Append result of internal request to REST API for purpose of preloading data to be attached to a page.
Source: wp-includes/rest-api.php:2488
Filter Hook: Filters the search handlers to use in the REST search controller.
Source: wp-includes/rest-api.php:291
Function: Filters the REST API response to include only a white-listed set of response object fields.
Source: wp-includes/rest-api.php:814
Function: Sanitize a value based on a schema.
Source: wp-includes/rest-api.php:2332
Function: Determines if an IP address is valid.
Source: wp-includes/rest-api.php:1334
Function: Changes a boolean-like value into the proper boolean value.
Source: wp-includes/rest-api.php:1352
Function: Determines if a given value is boolean-like.
Source: wp-includes/rest-api.php:1373
Function: Retrieves the avatar urls in various sizes.
Source: wp-includes/rest-api.php:1132
Function: Retrieves the pixel sizes for avatars.
Source: wp-includes/rest-api.php:1150
Filter Hook: Filters the REST avatar sizes.
Source: wp-includes/rest-api.php:1162
Function: Validate a value based on a schema.
Source: wp-includes/rest-api.php:1936
Function: Returns a contextual HTTP error code for authorization failure.
Source: wp-includes/rest-api.php:1255
Function: Validate a request argument based on details registered to the route.
Source: wp-includes/rest-api.php:1269
Function: Sanitize a request argument based on details registered to the route.
Source: wp-includes/rest-api.php:1289
Function: Parse a request argument based on details registered to the route.
Source: wp-includes/rest-api.php:1312
Function: Registers a new field on an existing WordPress object type.
Source: wp-includes/rest-api.php:137
Function: Registers default REST API routes.
Source: wp-includes/rest-api.php:220
Function: Retrieves the current REST server instance.
Source: wp-includes/rest-api.php:493
Function: Parses a date into both its local and UTC equivalent, in MySQL datetime format.
Source: wp-includes/rest-api.php:1218
Function: Checks for errors when using cookie-based authentication.
Source: wp-includes/rest-api.php:980
Function: Collects cookie authentication status.
Source: wp-includes/rest-api.php:1034
Function: Parses an RFC3339 time into a Unix timestamp.
Source: wp-includes/rest-api.php:1175
Function: Sends Cross-Origin Resource Sharing headers with API requests.
Source: wp-includes/rest-api.php:667
Function: Handles OPTIONS requests for the server.
Source: wp-includes/rest-api.php:699
Function: Sends the “Allow” header to state all methods that can be sent to the current route.
Source: wp-includes/rest-api.php:748
Function: Adds the REST API URL to the WP RSD endpoint.
Source: wp-includes/rest-api.php:906
Function: Outputs the REST API link tag into page header.
Source: wp-includes/rest-api.php:924