wpseek.com
A WordPress-centric search engine for devs and theme authors



allow_major_auto_core_updates › WordPress Filter Hooks

Since3.7.0
Deprecatedn/a
apply_filters( 'allow_major_auto_core_updates', $upgrade_major )
Parameters:
  • (bool) $upgrade_major Whether to enable major automatic core updates.
    Required: Yes
Defined at:
Codex:

Filters whether to enable major automatic core updates.





Source

return apply_filters( 'allow_major_auto_core_updates', $upgrade_major );