Summery Summery
Filter the output of a finished Site Health test.
Syntax Syntax
Parameters Parameters
- $test_result
-
An associative array of test result data.
- 'label'
(string) A label describing the test, and is used as a header in the output. - 'status'
(string) The status of the test, which can be a value ofgood
,recommended
orcritical
. - 'badge'
(array) Tests are put into categories which have an associated badge shown, these can be modified and assigned here.- 'label'
(string) The test label, for examplePerformance
. - 'color'
(string) Defaultblue
. A string representing a color to use for the label.
- 'label'
- 'description'
(string) A more descriptive explanation of what the test looks for, and why it is important for the end user. - 'actions'
(string) An action to direct the user to where they can resolve the issue, if one exists. - 'test'
(string) The name of the test being ran, used as a reference point.
- 'label'
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |