site_status_tests, $tests

site_status_tests, $tests

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_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(),