removable_query_args
最后更新于:2021-11-27 23:30:00
apply_filters( ‘removable_query_args’, string[] $removable_query_args )
Filters the list of query variable names to remove.
参数
- $removable_query_args
-
(string[])
An array of query variable names to remove from a URL.
源文件
文件: gc-includes/functions.php
View on Trac