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.

Top ↑

Source

File: wp-admin/update-core.php. View all references

do_action( 'after_core_auto_updates_settings', $auto_update_settings );


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.