Core Function
View Source on Trac ↗ get_core_checksums()
get_core_checksums( mixed $version, mixed $locale ) Gets and caches the checksums for the given version of WordPress.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $version string | Version string to query. Required |
| $locale string | Locale to query. Required |
Return Value
((array)
| false) An array of checksums on success, false on failure.
Function Information
Since Version
3.7.0
Source File
wp-admin/includes/update.php
Advertisement