ms_site_check

ms_site_check

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('ms_site_check') is found 1 times:

  • /wp-includes/ms-load.php line 83
    	 * @since 3.0.0
    	 *
    	 * @param bool|null $check Whether to skip the blog status check. Default null.
    	 */
    	$check = apply_filters( 'ms_site_check', null );
    	if ( null !== $check ) {
    		return true;
    	}
    
    	// Allow super admins to see blocked sites.
    	if ( is_super_admin() ) {