apply_filters( 'pre_http_send_through_proxy', bool|null $override, string $uri, array $check, array $home )

Filters whether to preempt sending the request through the proxy.

Description

Returning false will bypass the proxy; returning true will send the request through the proxy. Returning null bypasses the filter.

Parameters

$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 with parse_url().

$home

(array) Associative array result of parsing the site URL with parse_url().

Source

File: wp-includes/class-wp-http-proxy.php

View on Trac

Changelog

Version Description
3.5.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_http_send_through_proxy