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



plugins_auto_update_enabled › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'plugins_auto_update_enabled', $enabled )
Parametri:
  • (bool) $enabled True if plugins auto-update is enabled, false otherwise.
    Richiesto:
Definito a:
Codex:

Filters whether plugins auto-update is enabled.





Sorgenti

return apply_filters( 'plugins_auto_update_enabled', $enabled );