Retrieves parameters from the body.
WP_REST_Request::set_query_params
Sets parameters from the query string.
WP_REST_Request::get_query_params
Retrieves parameters from the query string.
WP_REST_Request::get_url_params
Retrieves parameters from the route itself.
Advertisement
WP_REST_Request::set_url_params
Sets parameters from the route.
WP_REST_Request::get_params
Retrieves merged parameters from the request.
WP_REST_Request::set_param
Sets a parameter on the request.
WP_REST_Request::get_param
Retrieves a parameter from the request.
Advertisement
rest_request_parameter_order
Filters the parameter order.
WP_REST_Request::get_parameter_order
Retrieves the parameter priority order.
WP_REST_Request::get_content_type
Retrieves the content-type of the request.
WP_REST_Request::set_headers
Sets headers on the request.
Advertisement
WP_REST_Request::remove_header
Removes all values for a header.
WP_REST_Request::add_header
Appends a header value for the given header.
WP_REST_Request::set_header
Sets the header on request.