WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about site_health_test_rest_capability_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php apply_filters 199 /**
* Filters the capability needed to run a given Site Health check.
*
* @since 5.6.0
*
* @param string $default_capability The default capability required for this check.
* @param string $check The Site Health check being performed.
*/

Hook Parameters

Parameter Type Name Description
string $default_capability The default capability required for this check.
string $check The Site Health check being performed.