apply_filters( 'block_local_requests', bool $block )

Filters whether to block local requests through the proxy.


Parameters

$block

(bool) Whether to block local requests through proxy. Default false.


Source

File: wp-includes/class-http.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.