If we tried to perform a core update, check if we should send an email, and if we need to avoid processing future updates.
WP_Automatic_Updater::send_email
Sends an email upon the completion or failure of a background core update.
WP_Automatic_Updater::send_debug_email
Prepares and sends an email of a full log of background update results, useful for debugging and geekery.
WP_Automatic_Updater::run
Kicks off the background update process, looping through all pending updates.
Advertisement
WP_Automatic_Updater::is_disabled
Whether the entire automatic updater is disabled.
WP_Automatic_Updater::is_vcs_checkout
Check for version control checkouts.
WP_Automatic_Updater::should_update
Tests to see if we can and should update a specific item.
WP_Automatic_Updater::send_core_update_notification_email
Notifies an administrator of a core update.
Advertisement
WP_Automatic_Updater::update
Update an item, if appropriate.
WP_Automatic_Updater::is_disabled
Whether the entire automatic updater is disabled.
WP_Automatic_Updater::is_vcs_checkout
Check for version control checkouts.
WP_Automatic_Updater::should_update
Tests to see if we can and should update a specific item.
Advertisement
WP_Automatic_Updater::send_core_update_notification_email
Notifies an administrator of a core update.
WP_Automatic_Updater::update
Update an item, if appropriate.
WP_Automatic_Updater::run
Kicks off the background update process, looping through all pending updates.