delete_get_calendar_cache()

In this article

Purges the cached results of get_calendar.

Description

See also

Source

function delete_get_calendar_cache() {
	wp_cache_delete( 'get_calendar', 'calendar' );
}

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.