File: wp-admin/includes/class-plugin-upgrader.php
-
Fires when the upgrader has successfully overwritten a currently installed plugin or theme with an uploaded zip package.
-
Turns off maintenance mode after upgrading an active plugin.
-
Turns on maintenance mode before attempting to background update an active plugin.
-
Upgrades several plugins at once.
-
Checks that the source package contains a valid plugin.
-
Retrieves the path to the file that contains the plugin info.
-
Deactivates a plugin before it is upgraded.
-
Deletes the old plugin during an upgrade.
-
classPlugin_Upgrader
Core class used for upgrading/installing plugins.
-
Initializes the upgrade strings.
-
Initializes the installation strings.
-
Install a plugin package.
-
Upgrades a plugin.