Used By
Used By | Description |
---|---|
wp-includes/class-wp-http-proxy.php: WP_HTTP_Proxy::send_through_proxy() | Determines whether the request should be sent through a proxy. |
Filters whether to preempt sending the request through the proxy.
Returning false will bypass the proxy; returning true will send the request through the proxy. Returning null bypasses the filter.
(bool|null) Whether to send the request through the proxy. Default null.
(string) URL of the request.
(array) Associative array result of parsing the request URL with parse_url()
.
(array) Associative array result of parsing the site URL with parse_url()
.
Version | Description |
---|---|
3.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_http_send_through_proxy