do_action( ‘after_core_auto_updates_settings’, array $auto_update_settings )

In this article

Fires after the major core auto-update settings.

Parameters

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

do_action( 'after_core_auto_updates_settings', $auto_update_settings );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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