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