wp_cache_set_posts_last_changed()
Sets the last changed time for the ‘posts’ cache group.
Source
File: wp-includes/post.php
.
View all references
function wp_cache_set_posts_last_changed() {
wp_cache_set_last_changed( 'posts' );
}
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |