wp_cache_set_sites_last_changed()
Sets the last changed time for the ‘sites’ cache group.
Description Description
Source Source
File: wp-includes/ms-site.php
function wp_cache_set_sites_last_changed() { wp_cache_set( 'last_changed', microtime(), 'sites' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |