pre_
最后更新于:2021-11-27 19:14:15
apply_filters( ‘pre_’, bool|null $override, string $uri, array $check, array $home )
Filters whether to preempt sending the request through the proxy.
参数
- $override
-
(bool|null)
Whether to send the request through the proxy. Default null. - $uri
-
(string)
URL of the request. - $check
-
(array)
Associative array result of parsing the request URL withparse_url()
. - $home
-
(array)
Associative array result of parsing the site URL withparse_url()
.
源文件
文件: gc-includes/class-gc-http-proxy.php