after_core_auto_updates_settings
最后更新于:2021-11-25 19:49:33
do_action( ‘after_core_auto_updates_settings’, array $auto_update_settings )
Fires after the major core auto-update settings.
参数
- $auto_update_settings
-
(array)
Array of core auto-update settings.-
‘dev’
(bool) Whether to enable automatic updates for development versions. -
‘minor’
(bool) Whether to enable minor automatic core updates. -
‘major’
(bool) Whether to enable major automatic core updates.
-
‘dev’
源文件
文件: gc-admin/update-core.php