site_health_test_rest_capability_{$check} WordPress Filter Hook
The site_health_test_rest_capability_{$check} hook is used to check if a site has the REST API capability. This hook is used by the Site Health tool in WordPress. It is used to check if a site has the REST API capability. This check is important because the REST API is required for many features in WordPress, including the block editor.
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
(string)The default capability required for this check.
- $check
(string)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. |