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



after_core_auto_updates_settings › WordPress动作钩子

Since5.6.0
已弃用n/a
do_action( 'after_core_auto_updates_settings', $auto_update_settings )
参数:
  • (array) $auto_update_settings { Array of core auto-update settings. @type bool $dev Whether to enable automatic updates for development versions. @type bool $minor Whether to enable minor automatic core updates. @type bool $major Whether to enable major automatic core updates. }
    Required: Yes
定义在:
文档:

Fires after the major core auto-update settings.





源码

do_action( 'after_core_auto_updates_settings', $auto_update_settings );