rest_request_parameter_order

apply_filters( ‘rest_request_parameter_order’, string[]…

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

过滤器::过滤参数顺序。
Filter Hook: Filters the parameter order.

目录锚点:#说明#参数#源码


说明(Description)

使用get_param()和family时,顺序会影响要检查的参数。这与PHP的请求顺序设置类似。


参数(Parameters)

参数 类型 说明
$order (string[]) 按优先级顺序检查的类型数组。
$this (WP_REST_Request) 请求对象。

源码(Source)


更新版本 源码位置 使用 被使用
4.4.0 wp-includes/rest-api/class-wp-rest-request.php:372 1 0
类别:WordPress 钩子手册 > rest_hook

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册