wpseek.com
A WordPress-centric search engine for devs and theme authors



site_status_available_object_cache_services › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'site_status_available_object_cache_services', $services )
Parameters:
  • (string[]) $services The list of available persistent object cache services.
    Required: Yes
Defined at:
Codex:

Filters the persistent object cache services available to the user.

This can be useful to hide or add services not included in the defaults.





Source

return apply_filters( 'site_status_available_object_cache_services', $services );