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



wp_cache_set_users_last_changed › WordPress Function

Since6.3.0
已弃用n/a
wp_cache_set_users_last_changed ( 没有参数 )
定义在:
文档:

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



源码

function wp_cache_set_users_last_changed() {
	wp_cache_set_last_changed( 'users' );
}