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
return apply_filters( 'site_status_available_object_cache_services', $services );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.