wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_cache_flush_runtime › WordPress Function

Since6.0.0
Deprecatedn/a
wp_cache_flush_runtime ( No parameters )
See:
  • WP_Object_Cache::flush()
Returns:
  • (bool) True on success, false on failure.
Defined at:
Codex:

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



Source

function wp_cache_flush_runtime() {
	return wp_cache_flush();
}