ClassicPress logo
Skip to content
Filter by type:

Browse:

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

rest_sanitize_request_arg()

Function: Sanitize a request argument based on details registered to the route.

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

Used by 0 functions | Uses 0 functions

rest_send_allow_header()

Function: Sends the “Allow” header to state all methods that can be sent to the current route.

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

Used by 0 functions | Uses 0 functions

rest_filter_response_fields()

Function: Filters the REST API response to include only a white-listed set of response object fields.

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

Used by 0 functions | Uses 0 functions

rest_do_request()

Function: Do a REST request.

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

Used by 0 functions | Uses 0 functions

rest_get_server()

Function: Retrieves the current REST server instance.

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

Used by 0 functions | Uses 0 functions

wp_rest_server_class

Filter Hook: Filters the REST Server Class.

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

Used by 0 functions | Uses 0 functions

rest_api_init

Action Hook: Fires when preparing to serve a REST API request.

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

Used by 0 functions | Uses 0 functions

rest_ensure_request()

Function: Ensures request arguments are a request object (for consistency).

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

Used by 0 functions | Uses 0 functions

rest_ensure_response()

Function: Ensures a REST response is a response object (for consistency).

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

Used by 0 functions | Uses 0 functions

rest_handle_deprecated_function()

Function: Handles _deprecated_function() errors.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 7 8 9 10 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy