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