cp_get_core_checksums( string $version )
Gets the checksums for the given version of ClassicPress.
Description
This function is a duplicate copy of get_core_checksums()
to ensure the new code is loaded and used when updating from a pre-1.3.0 version.
Parameters
- $version
-
(Required) Version string to query.
Return
(bool|array) False on failure. An array of checksums on success.
Source
File: wp-admin/includes/update-core.php
Changelog
Version | Description |
---|---|
CP-1.3.0 | Introduced. CP-1.3.0 |