Filters whether URL rewriting is available.
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::send_email
Sends an email upon the completion or failure of a background core update.
WP_Automatic_Updater::after_core_update
If we tried to perform a core update, check if we should send an email, and if we need to avoid processing future updates.
Advertisement
WP_Automatic_Updater::run
Kicks off the background update process, looping through all pending updates.
WP_Automatic_Updater::update
Update an item, if appropriate.
WP_Automatic_Updater::send_core_update_notification_email
Notifies an administrator of a core update.
WP_Automatic_Updater::should_update
Tests to see if we can and should update a specific item.
Advertisement
WP_Automatic_Updater::is_vcs_checkout
Check for version control checkouts.
WP_Automatic_Updater::is_disabled
Whether the entire automatic updater is disabled.
Theme_Upgrader::bulk_upgrade
Upgrade several themes at once.
Theme_Upgrader::upgrade
Upgrade a theme.
Advertisement
Theme_Upgrader::install
Install a theme package.
Plugin_Upgrader::bulk_upgrade
Bulk upgrade several plugins at once.
Plugin_Upgrader::upgrade
Upgrade a plugin.