apply_filters( 'rest_request_parameter_order', string[] $order, WP_REST_Request $this )

Filters the parameter priority order for a REST API request.

Description

The order affects which parameters are checked when using WP_REST_Request::get_param() and family. This acts similarly to PHP’s request_order setting.

Parameters

$order

(string[]) Array of types to check, in order of priority.

$this

(WP_REST_Request) The request object.

Source

File: wp-includes/rest-api/class-wp-rest-request.php

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_request_parameter_order