Description
Fires after all automatic updates have run.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-automatic-updater.php | 783 |
Parameters
Type | Name | Description |
---|---|---|
array | $update_results | The results of all attempted updates. |
PHP Doc
/**
* Fires after all automatic updates have run.
*
* @since 3.8.0
*
* @param array $update_results The results of all attempted updates.
*/