Summery Summery
Filters whether to preempt sending the request through the proxy.
Syntax Syntax
Description Description
Returning false will bypass the proxy; returning true will send the request through the proxy. Returning null bypasses the filter.
Parameters Parameters
- $override
-
Whether to send the request through the proxy. Default null.
- $uri
-
URL of the request.
- $check
-
Associative array result of parsing the request URL with
parse_url()
. - $home
-
Associative array result of parsing the site URL with
parse_url()
.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |