CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 06:01:52 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
wp-admin/includes/class-plugin-upgrader.php | Developer.WordPress.org
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.