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.


Top ↑

Source

File: wp-admin/includes/class-wp-automatic-updater.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.