629* @since 3.6.0630*631* @param bool$external Whether HTTP request is external or not.632* @param string$host Host name of the requested URL.633* @param string$url Requested URL.634*/635if(!apply_filters('http_request_host_is_external',false,$host,$url)){636returnfalse;637}638}639}640}641
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.