wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



site_status_available_object_cache_services › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'site_status_available_object_cache_services', $services )
Parameter:
  • (string[]) $services The list of available persistent object cache services.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

return apply_filters( 'site_status_available_object_cache_services', $services );