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



themes_auto_update_enabled › WordPress Filter Hooks

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

Filters whether themes auto-update is enabled.





Quellcode

return apply_filters( 'themes_auto_update_enabled', $enabled );