CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 07:46:47 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 2
wp-admin/includes/class-theme-upgrader.php | Developer.WordPress.org
File: wp-admin/includes/class-theme-upgrader.php
-
Turns on maintenance mode before attempting to upgrade the active theme.
-
Turns off maintenance mode after upgrading the active theme.
-
Deletes the old theme during an upgrade.
-
Gets the WP_Theme object for a theme.
-
Checks if a child theme is being installed and its parent also needs to be installed.
-
Don’t display the activate and preview actions to the user.
-
Install a theme package.
-
Upgrades a theme.
-
Upgrades several themes at once.
-
Checks that the package source contains a valid theme.
-
classTheme_Upgrader
Core class used for upgrading/installing themes.
-
Initializes the upgrade strings.
-
Initializes the installation strings.