907*A local request is one to `localhost`or to the same host as the site itself.908*909* @since 2.8.0910*911* @param bool$block Whether to block local requests.Defaultfalse.912*/913returnapply_filters('block_local_requests',false);914}915916if(!defined('WP_ACCESSIBLE_HOSTS')){917returntrue;918}919
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.