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