wp_maybe_auto_update WordPress Action Hook
The wp_maybe_auto_update hook is used to determine if a WordPress site should automatically update itself. If the site is configured to automatically update, this hook will be called when an update is available.
do_action( 'wp_maybe_auto_update' ) #
Fires during wp_cron, starting the auto-update process.