rest_parse_request_arg
rest_parse_request_arg ( $value, $request, $param )
Parameters:- (mixed) value
- (WP_REST_Request) request
- (string) param
Returns:Defined at: - Introduced in WordPress: 4.7.0
- Deprecated in WordPress: —
Description
Parse a request argument based on details registered to the route.Runs a validation check and sanitizes the value, primarily to be used via
the `sanitize_callback` arguments in the endpoint args registration.