delete_get_calendar_cache()
Purge the cached results of get_calendar.
Description Description
See also See also
Source Source
File: wp-includes/general-template.php
function delete_get_calendar_cache() { wp_cache_delete( 'get_calendar', 'calendar' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |