W3cubDocs

/WordPress

wp_cache_flush(): bool

Removes all cache items.

Description

See also

Return

bool True on success, false on failure.

Source

function wp_cache_flush() {
	global $wp_object_cache;

	return $wp_object_cache->flush();
}

Changelog

Version Description
2.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_flush