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



allow_major_auto_core_updates › WordPress Filter Hooks

Seit3.7.0
Veraltetn/v
apply_filters( 'allow_major_auto_core_updates', $upgrade_major )
Parameter:
  • (bool) $upgrade_major Whether to enable major automatic core updates.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to enable major automatic core updates.





Quellcode

return apply_filters( 'allow_major_auto_core_updates', $upgrade_major );