Summery Summery
Check if HTTP request is external or not.
Syntax Syntax
Description Description
Allows to change and allow external requests for the HTTP request.
Parameters Parameters
- $external
-
(bool) Whether HTTP request is external or not.
- $host
-
(string) Host name of the requested URL.
- $url
-
(string) Requested URL.
Source Source
File: wp-includes/http.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |