On this page
wp_cache_set_sites_last_changed()
Sets the last changed time for the ‘sites’ cache group.
Source
File: wp-includes/ms-site.php. View all references
function wp_cache_set_sites_last_changed() {
wp_cache_set( 'last_changed', microtime(), 'sites' );
}
Related
Uses
| Uses | Description |
|---|---|
| wp_cache_set() wp-includes/cache.php | Saves the data to the cache. |
Used By
| Used By | Description |
|---|---|
| populate_site_meta() wp-admin/includes/schema.php | Creates WordPress site meta and sets the default values. |
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_set_sites_last_changed