apply_filters( “site_health_test_rest_capability_{$check}”, string $default_capability, string $check )

In this article

Filters the capability needed to run a given Site Health check.

Parameters

$default_capabilitystring
The default capability required for this check.
$checkstring
The Site Health check being performed.

Source

$capability = apply_filters( "site_health_test_rest_capability_{$check}", $default_capability, $check );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.