get_calendar

过滤钩子
apply_filters( 'get_calendar', $cache[ $key ] )

get_calendar: 这个函数检索并输出WordPress中用于显示文章日期的日历的HTML: 该函数不需要参数,并返回一个代表日历的HTML字符串。

此筛选器记录在wpincludes/general-template.php中。

$output = apply_filters( 'get_calendar', $cache[ $key ] );

常见问题

FAQs
查看更多 >