do_action( 'after_core_auto_updates_settings', array $auto_update_settings )

Fires after the major core auto-update settings.

Parameters

$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.

Source

File: wp-admin/update-core.php

View on Trac

Changelog

Version Description
5.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_core_auto_updates_settings