apply_filters( "site_health_test_rest_capability_{$check}", string $default_capability , string $check )
Filters the capability needed to run a given Site Health check.
Parameters
- $default_capability
-
The default capability required for this check.
- $check
-
The Site Health check being performed.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |