{ 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.}
$devbool
Whether to enable automatic updates for development versions.
448*449* @type bool$dev Whether to enable automatic updates for development versions.450* @type bool$minor Whether to enable minor automatic core updates.451* @type bool$major Whether to enable major automatic core updates.452*}453*/454do_action('after_core_auto_updates_settings',$auto_update_settings);455}456457/**458* Display the upgrade plugins form.459*460* @since 2.9.0
History
Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.