Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
Sets the last changed time for the ‘sites’ cache group.
File: wp-includes/ms-site.php
function wp_cache_set_sites_last_changed() { wp_cache_set( 'last_changed', microtime(), 'sites' ); }
Version | Description |
---|---|
5.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_set_sites_last_changed