wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_cache_flush_runtime › WordPress Function

Da6.0.0
Deprecaton/a
wp_cache_flush_runtime ( Nessun parametro )
Vedi:
  • WP_Object_Cache::flush()
Ritorna:
  • (bool) True on success, false on failure.
Definito a:
Codex:

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



Sorgenti

function wp_cache_flush_runtime() {
	return wp_cache_flush();
}