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 ]

Google Arama Sonuçlarý

Dahasý ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



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