wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_cache_flush_runtime › WordPress Function

Seit6.0.0
Veraltetn/v
wp_cache_flush_runtime ( Keine Parameter )
Siehe:
  • WP_Object_Cache::flush()
Gibt zurück:
  • (bool) True on success, false on failure.
Definiert in:
Codex:

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



Quellcode

function wp_cache_flush_runtime() {
	return wp_cache_flush();
}