site_status_tests

site_status_tests

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('site_status_tests') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 2885
    2881
    2882
    2883
    2884
    2885
    2886
    2887
    2888
    2889
    2890
    2891
    *         }
     *     }
     * }
     */
    $tests = apply_filters( 'site_status_tests', $tests );
     
    // Ensure that the filtered tests contain the required array keys.
    $tests = array_merge(
        array(
            'direct' => array(),
            'async'  => array(),

See this hook used in plugins: