
如何使用Poedit翻译WordPress主题
wp_cache_set_comments_last_changed ( No parameters )
wp_cache_set_comments_last_changed: 这个函数更新缓存中最近的评论活动的时间戳: 这是用来确定缓存的评论数据是否仍然有效或需要刷新。
为’评论’缓存组设置最后更改的时间。
function wp_cache_set_comments_last_changed() { wp_cache_set( 'last_changed', microtime(), 'comment' ); }