wp_cache_flush()

Removes all cache items.


Description Description

See also See also


Top ↑

Return Return

(bool) False on failure, true on success


Top ↑

Source Source

File: wp-includes/cache.php

function wp_cache_flush() {
	global $wp_object_cache;

	return $wp_object_cache->flush();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.