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



plugins_auto_update_enabled › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'plugins_auto_update_enabled', $enabled )
Parameter:
  • (bool) $enabled True if plugins auto-update is enabled, false otherwise.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether plugins auto-update is enabled.





Quellcode

return apply_filters( 'plugins_auto_update_enabled', $enabled );