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