automatic_updates_complete WordPress Action Hook
Welcome to the automatic_updates_complete hook documentation. This hook is called whenever all automatic updates have been completed. It is passed an array of results, containing the success or failure of each update.
do_action( 'automatic_updates_complete', array $update_results ) #
Fires after all automatic updates have run.
Parameters
- $update_results
(array)The results of all attempted updates.
Source
Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |