224*225* @since 4.9.0226*227* @param int|null$main_site_idIf a positive integer is returned, it is interpreted as the main site ID.228* @param WP_Network$network The network objectfor which the main site was detected.229*/230$main_site_id=(int)apply_filters('pre_get_main_site_id',null,$this);231232if(0<$main_site_id){233return$main_site_id;234}235236if(0<(int)$this->blog_id){
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.