920* @since 5.1.0921*922* @param bool|null$pre The value to return instead.Defaultnull923* to continue with the check.924* @param int$site_id The site ID that is being checked.925*/926$pre=apply_filters('pre_wp_is_site_initialized',null,$site_id);927if(null!==$pre){928return(bool)$pre;929}930931$switch=false;932if(get_current_blog_id()!==$site_id){
History
Introduced in 5.1.0. Unchanged from 6.7.7 through 7.1.0.