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