当前浏览:首页 / WordPress函数 / get_calendar()

get_calendar( bool $initial = true, bool $echo = true )

显示有文章的日期(作为链接)的日历

calendar 日历


描述

将缓存日历,如果日历存在,将检索该日历。如果当月没有文章,则不会显示。


参数

$initial

(bool) (可选) 是否使用初始日历名称。

默认值: true

$echo

(bool) (可选) 是否显示日历输出。

默认值: true


返回

(void|string) 如果 $echo 参数为 true,无返回;如果 $echo 为 false,返回日历 HTML。



源码

查看源码 官方文档


更新日志

版本描述
1.0.0开始引入