WP_Object_Cache::flush(): true In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Clears the object cache of all data. Return true Always returns true. Source public function flush() { $this->cache = array(); return true; } View all references View on Trac View on GitHub Related Used byDescriptionwp_cache_flush()wp-includes/cache.phpRemoves all cache items. Changelog VersionDescription2.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.