ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api.php

rest_get_endpoint_args_for_schema()

Function: Retrieves an array of endpoint arguments from the item schema and endpoint method.

Source: wp-includes/rest-api.php:3213

Used by 0 functions | Uses 0 functions

rest_convert_error_to_response()

Function: Converts an error to a response object.

Source: wp-includes/rest-api.php:3281

Used by 0 functions | Uses 0 functions

wp_is_rest_endpoint()

Function: Checks whether a REST API endpoint request is currently being handled.

Source: wp-includes/rest-api.php:3332

Used by 0 functions | Uses 0 functions

wp_is_rest_endpoint

Filter Hook: Filters whether a REST endpoint request is currently being handled.

Source: wp-includes/rest-api.php:3353

Used by 0 functions | Uses 0 functions

rest_get_queried_resource_route()

Function: Gets the REST route for the currently queried object.

Source: wp-includes/rest-api.php:3181

Used by 0 functions | Uses 0 functions

rest_queried_resource_route

Filter Hook: Filters the REST route for the currently queried object.

Source: wp-includes/rest-api.php:3199

Used by 0 functions | Uses 0 functions

rest_preload_api_request()

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:2809

Used by 0 functions | Uses 0 functions

rest_parse_embed_param()

Function: Parses the “_embed” parameter into the list of resources to embed.

Source: wp-includes/rest-api.php:2878

Used by 0 functions | Uses 0 functions

rest_filter_response_by_context()

Function: Filters the response to remove any fields not available in the given context.

Source: wp-includes/rest-api.php:2904

Used by 0 functions | Uses 0 functions

rest_default_additional_properties_to_false()

Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.

Source: wp-includes/rest-api.php:3009

Used by 0 functions | Uses 0 functions
1 2 … 10 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy