site_status_test_result

site_status_test_result

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('site_status_test_result') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 194
    		 *     @type string $actions     An action to direct the user to where they can resolve the issue, if one exists.
    		 *     @type string $test        The name of the test being ran, used as a reference point.
    		 * }
    		 */
    		return apply_filters( 'site_status_test_result', call_user_func( $callback ) );
    	}
    
    	/**
    	 * Runs the SQL version checks.
    	 *
    	 * These values are used in later tests, but the part of preparing them is more easily managed