apply_filters( 'site_status_available_object_cache_services', string[] $services )
Filters the persistent object cache services available to the user.
Description
This can be useful to hide or add services not included in the defaults.
Parameters
-
$services
string[] -
The list of available persistent object cache services.
Source
File: wp-admin/includes/class-wp-site-health.php
.
View all references
return apply_filters( 'site_status_available_object_cache_services', $services );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |