do_parse_request
apply_filters( ‘do_parse_request’, bool $bool , WP $this , array|string $extra_query_vars )
过滤器::过滤是否解析请求。
Filter Hook: Filters whether to parse the request.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$bool | (bool) | 是否分析请求。默认为真。 |
$this | (WP) | 当前WordPress环境实例。 |
$extra_query_vars | (array | string) | 额外传递的查询变量。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.5.0 | wp-includes/class-wp.php:145 | 1 | 0 |
do_parse_request 为WP2原创文章,链接:https://www.wp2.cn/hook/do_parse_request/