Filters the capability needed to run a given Site Health check.
Parameters
$default_capability
string- The default capability required for this check.
$check
string- The Site Health check being performed.
Source
$capability = apply_filters( "site_health_test_rest_capability_{$check}", $default_capability, $check );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.