Description
Fires after the major core auto-update settings. }
Occurrences
Filename | Line Number |
---|---|
wp-admin/update-core.php | 454 |
Parameters
Type | Name | Description |
---|---|---|
array | $auto_update_settings | { Array of core auto-update settings. |
PHP Doc
/**
* Fires after the major core auto-update settings.
*
* @since 5.6.0
*
* @param 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.
* }
*/