Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/http.php | apply_filters | 576 | /** * Check if HTTP request is external or not. * * Allows to change and allow external requests for the HTTP request. * * @since 3.6.0 * * @param bool $external Whether HTTP request is external or not. * @param string $host Host name of the requested URL. * @param string $url Requested URL. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $external | Whether HTTP request is external or not. |
string | $host | Host name of the requested URL. |
string | $url | Requested URL. |