On this page
delete_get_calendar_cache()
Purges the cached results of get_calendar.
Description
See also
Source
File: wp-includes/general-template.php. View all references
function delete_get_calendar_cache() {
wp_cache_delete( 'get_calendar', 'calendar' );
}
Related
Uses
| Uses | Description |
|---|---|
| wp_cache_delete() wp-includes/cache.php | Removes the cache contents matching key and group. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/delete_get_calendar_cache