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
-
The list of available persistent object cache services.
Source
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |