On this page
do_action( 'automatic_updates_complete', array $update_results )
Fires after all automatic updates have run.
Parameters
$update_resultsarray-
The results of all attempted updates.
Source
File: wp-admin/includes/class-wp-automatic-updater.php. View all references
do_action( 'automatic_updates_complete', $this->update_results );
Related
Used By
| Used By | Description |
|---|---|
| WP_Automatic_Updater::run() wp-admin/includes/class-wp-automatic-updater.php | Kicks off the background update process, looping through all pending updates. |
Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/automatic_updates_complete