Switch language

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




wp_cache_flush [ WordPress Function ]

wp_cache_flush ( No parameters )
Uses:
  • $wp_object_cache
See:
  • WP_Object_Cache::flush()
Returns:
  • (bool) Always returns true
Defined at:



Removes all cache items.

Source


<?php
function wp_cache_flush() {
    global 
$wp_object_cache;

    return 
$wp_object_cache->flush();
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics