query_vars

最后更新于:2021-11-27 21:38:09

apply_filters( ‘query_vars’, string[] $public_query_vars )

Filters the query variables allowed before processing.

参数

$public_query_vars

(string[])
The array of allowed query variable names.

源文件

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

View on Trac