delete_get_calendar_cache()

Purge the cached results of get_calendar.


Description Description

See also See also


Top ↑

Source Source

File: wp-includes/general-template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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