Removes all cache items from the in-memory runtime cache.
Description
See also
Source
function wp_cache_flush_runtime() {
return wp_cache_flush();
}
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |
Removes all cache items from the in-memory runtime cache.
function wp_cache_flush_runtime() {
return wp_cache_flush();
}
Version | Description |
---|---|
6.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.