Fires during wp_cron, starting the auto-update process.
wp-includes/update.php:295wp_version_check() if ( $doing_cron && ! doing_action( 'wp_maybe_auto_update' ) ) { /** * Fires during wp_cron, starting the auto-update process. * * @since 3.9.0 */ do_action( 'wp_maybe_auto_update' ); }} /** * Checks for available updates to plugins based on the latest versions hosted on WordPress.org. *Introduced in 3.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.