after_core_auto_updates_settings

动作钩子


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:
定义位置
  • wp-admin/update-core.php
    , line 443
引入
5.6.0
弃用

Fires after the major core auto-update settings.

do_action( 'after_core_auto_updates_settings', $auto_update_settings );