site_status_tests, $tests
site_status_tests, $tests
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('site_status_tests, $tests') is found 1 times:
- /wp-admin/includes/class-wp-site-health.php line 3047
* } * } * } */ $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(),