apply_filters( 'block_local_requests', bool $block )
Filters whether to block local HTTP API requests.
Description Description
A local request is one to localhost
or to the same host as the site itself.
Parameters Parameters
- $block
-
(bool) Whether to block local requests. Default false.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |