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



wp_cache_flush_runtime › WordPress Function

Since6.0.0
已弃用n/a
wp_cache_flush_runtime ( 没有参数 )
查看:
  • WP_Object_Cache::flush()
返回:
  • (bool) True on success, false on failure.
定义在:
文档:

Removes all cache items from the in-memory runtime cache.



源码

function wp_cache_flush_runtime() {
	return wp_cache_flush();
}