do_parse_request

最后更新于:2021-11-26 08:38:20

apply_filters( ‘do_parse_request’, bool $bool, GC $this, array|string $extra_query_vars )

Filters whether to parse the request.

参数

$bool

(bool)
Whether or not to parse the request. Default true.

$this

(GC)
Current GeChiUI environment instance.

$extra_query_vars

(array|string)
Extra passed query variables.

源文件

文件: gc-includes/class-gc.php

View on Trac