delete_get_calendar_cache()
Purge the cached results of get_calendar.
Description
See also
Source
File: wp-includes/general-template.php
function delete_get_calendar_cache() {
wp_cache_delete( 'get_calendar', 'calendar' );
} Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/delete_get_calendar_cache