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.
WP_Automatic_Updater::is_disabled
Whether the entire automatic updater is disabled.
WP_Automatic_Updater::is_vcs_checkout
Check for version control checkouts.
Advertisement
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.
WP_Automatic_Updater::update
Update an item, if appropriate.
Theme_Upgrader::install
Install a theme package.
Advertisement
Theme_Upgrader::upgrade
Upgrade a theme.
Theme_Upgrader::bulk_upgrade
Upgrade several themes at once.
Plugin_Upgrader::install
Install a plugin package.
Plugin_Upgrader::upgrade
Upgrade a plugin.
Advertisement
Plugin_Upgrader::bulk_upgrade
Bulk upgrade several plugins at once.
Language_Pack_Upgrader::check_package
Check the package source to make sure there are .mo and .po files.
Language_Pack_Upgrader::get_name_for_update
Get the name of an item being updated.