wpseek.com
WordPress开发者和主题制作者的搜索引擎



allow_major_auto_core_updates › WordPress过滤钩子

Since3.7.0
已弃用n/a
apply_filters( 'allow_major_auto_core_updates', $upgrade_major )
参数:
  • (bool) $upgrade_major Whether to enable major automatic core updates.
    Required: Yes
定义在:
文档:

Filters whether to enable major automatic core updates.





源码

return apply_filters( 'allow_major_auto_core_updates', $upgrade_major );