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
boolWhether to enable automatic updates for development versions.minor
boolWhether to enable minor automatic core updates.major
boolWhether 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 );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |