Removes all cache items.
Description
See also
Source
function wp_cache_flush() {
global $wp_object_cache;
return $wp_object_cache->flush();
}
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Removes all cache items.
function wp_cache_flush() {
global $wp_object_cache;
return $wp_object_cache->flush();
}
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.