ms_site_check

ms_site_check

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('ms_site_check') is found 1 times:

  • /wp-includes/ms-load.php line 83
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    * @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() ) {