On this page
do_action( 'after_core_auto_updates_settings', array $auto_update_settings )
Fires after the major core auto-update settings.
Parameters
$auto_update_settingsarray-
Array of core auto-update settings.
devboolWhether to enable automatic updates for development versions.minorboolWhether to enable minor automatic core updates.majorboolWhether to enable major automatic core updates.
Source
File: wp-admin/update-core.php. View all references
do_action( 'after_core_auto_updates_settings', $auto_update_settings );
Related
Used By
| Used By | Description |
|---|---|
| core_auto_updates_settings() wp-admin/update-core.php | Display WordPress auto-updates settings. |
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_core_auto_updates_settings