wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



site_status_available_object_cache_services › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'site_status_available_object_cache_services', $services )
Parametri:
  • (string[]) $services The list of available persistent object cache services.
    Richiesto:
Definito a:
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.





Sorgenti

return apply_filters( 'site_status_available_object_cache_services', $services );