Definition:
function wp_cache_flush() {}
Removes all cache items.
Return values
returns:Always returns true
Source code
function wp_cache_flush() { global $wp_object_cache; return $wp_object_cache->flush(); }
3445
Definition:
function wp_cache_flush() {}
returns:Always returns true
function wp_cache_flush() { global $wp_object_cache; return $wp_object_cache->flush(); }
3445
No comments yet... Be the first to leave a reply!