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:
定义位置
相关勾子
theme_auto_update_setting_htmltheme_auto_update_setting_templatetheme_auto_update_debug_stringrest_pre_update_settingplugin_auto_update_setting_html
相关方法
core_auto_updates_settingsfind_core_auto_updatewp_theme_auto_update_setting_templatewp_convert_widget_settingswp_get_auto_update_messageget_core_updates
引入
5.6.0
弃用
-

after_core_auto_updates_settings。在WordPress的这个动作钩子是在核心自动更新设置显示在WordPress更新屏幕上之后触发的。这个钩子可以用来在核心更新屏幕上添加额外的设置或功能。

在主要的核心自动更新设置后触发。

do_action( 'after_core_auto_updates_settings', $auto_update_settings );

常见问题

FAQs
查看更多 >