wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_cache_set_posts_last_changed › WordPress Function

Since5.0.0
已弃用n/a
wp_cache_set_posts_last_changed ( 没有参数 )
定义在:
文档:

Sets the last changed time for the 'posts' cache group.



源码

function wp_cache_set_posts_last_changed() {
	wp_cache_set_last_changed( 'posts' );
}