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.4.3

apply_filters('site_status_tests') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 2894
    		 *         }
    		 *     }
    		 * }
    		 */
    		$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: