函数原型
delete_get_calendar_cache()
函数描述
Purges the cached results of get_calendar.
是否弃用
未弃用
函数参数
无
函数返回值
无
函数位置
File: wp-includes/general-template.php.
函数源码
function delete_get_calendar_cache() {
wp_cache_delete( 'get_calendar', 'calendar' );
}
源码链接
变更日志
Changelog| Version | Description |
|---|
| 2.1.0 | Introduced. |