http_request_host_is_external

Advertisement

Summery Summery

Check if HTTP request is external or not.

Syntax Syntax

apply_filters( 'http_request_host_is_external', bool $external, string $host, string $url )

Description Description

Allows to change and allow external requests for the HTTP request.

Parameters Parameters

$external

Whether HTTP request is external or not.

$host

Host name of the requested URL.

$url

Requested URL.

Source Source

File: wp-includes/http.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply