Filters the request generated from a URL.
WP_REST_Request::from_url
Retrieves a WP_REST_Request object from a full URL.
WP_REST_Request::offsetUnset
Removes a parameter from the request.
WP_REST_Request::offsetSet
Sets a parameter on the request.
Advertisement
WP_REST_Request::offsetGet
Retrieves a parameter from the request.
WP_REST_Request::offsetExists
Checks if a parameter is set.
WP_REST_Request::has_valid_params
Checks whether this request is valid according to its attributes.
WP_REST_Request::sanitize_params
Sanitizes (where possible) the params on the request.
Advertisement
WP_REST_Request::set_attributes
Sets the attributes for the request.
WP_REST_Request::get_attributes
Retrieves the attributes for the request.
WP_REST_Request::get_route
Retrieves the route that matched the request.
WP_REST_Request::set_route
Sets the route that matched the request.
Advertisement
WP_REST_Request::parse_body_params
Parses the request body parameters.
WP_REST_Request::parse_json_params
Parses the JSON parameters.
WP_REST_Request::get_json_params
Retrieves the parameters from a JSON-formatted body.