| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Upgrade API: Core_Upgrader class
| File Size: | 424 lines (15 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file wp-admin/includes/update-core.php |
Core_Upgrader:: (4 methods):
upgrade_strings()
upgrade()
should_update_to_version()
check_files()
Class: Core_Upgrader - X-Ref
Core class used for updating core.| upgrade_strings() X-Ref |
| Initializes the upgrade strings. |
| upgrade( $current, $args = array() X-Ref |
| Upgrades WordPress core. return: string|false|WP_Error New WordPress version on success, false or WP_Error on failure. param: object $current Response object for whether WordPress is current. param: array $args { |
| should_update_to_version( $offered_ver ) X-Ref |
| Determines if this WordPress Core version should update to an offered version or not. return: bool True if we should update to the offered version, otherwise false. param: string $offered_ver The offered version, of the format x.y.z. |
| check_files() X-Ref |
| Compares the disk file checksums against the expected checksums. return: bool True if the checksums match, otherwise false. |
| Generated : Fri Apr 17 08:20:10 2026 | Cross-referenced by PHPXref |