Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-site-health.php | apply_filters | 3436 | /** * Filters the persistent object cache services available to the user. * * This can be useful to hide or add services not included in the defaults. * * @since 6.1.0 * * @param string[] $services The list of available persistent object cache services. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $services | The list of available persistent object cache services. |