WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about after_core_auto_updates_settings

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/update-core.php do_action 443 /**
* 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.
* }
*/

Hook Parameters

Parameter Type Name Description
array $auto_update_setting s {