On this page
apply_filters( 'site_status_test_result', array $test_result )
Filters the output of a finished Site Health test.
Parameters
$test_resultarray-
An associative array of test result data.
labelstringA label describing the test, and is used as a header in the output.statusstringThe status of the test, which can be a value ofgood,recommendedorcritical.badgearrayTests are put into categories which have an associated badge shown, these can be modified and assigned here.labelstringThe test label, for examplePerformance.colorstringDefaultblue. A string representing a color to use for the label.
descriptionstringA more descriptive explanation of what the test looks for, and why it is important for the end user.actionsstringAn action to direct the user to where they can resolve the issue, if one exists.teststringThe name of the test being ran, used as a reference point.
Source
File:
wp-admin/includes/class-wp-site-health.php. View all referencesreturn apply_filters( 'site_status_test_result', call_user_func( $callback ) );Related
Used By
Used By Description WP_Site_Health::perform_test() wp-admin/includes/class-wp-site-health.php Runs a Site Health test directly.
Changelog
Version Description 5.3.0 Introduced.
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/site_status_test_result