wp-includes/blocks/calendar.php

WP文件 6
Server-side rendering of the `core/calendar` block.
函数/钩子名 描述
render_block_core_calendar (函数) render_block_core_calendar: 这个函数用来渲染WordPress中的日历块。日历块显示一个文章的日历: 这个函数负责生成日历块的HTML标记。
register_block_core_calendar (函数) register_block_core_calendar: 这个函数注册了一个显示日历的区块,该日历带有文章的链接。它包括自定义日历显示的选项,如显示的月数,链接的格式,以及是否显示文章数量。
block_core_calendar_update_has_published_posts (函数) block_core_calendar_update_has_published_posts: 这个函数用来更新WordPress日历中所有日期的has_published_posts元值。它不接受任
block_core_calendar_update_has_published_post_on_transition_post_status (函数) block_core_calendar_update_has_published_post_on_transition_post_status: 这个函数用来在一个文章状态改变时,更新指定日期的has
block_core_calendar_update_has_published_post_on_delete (函数) block_core_calendar_update_has_published_post_on_delete: 当一个文章被删除时,这个函数用来更新指定日期的has_published_posts元
block_core_calendar_has_published_posts (函数) block_core_calendar_has_published_posts: 这个函数用来确定在一个给定的日期是否有任何已发表的文章。它接收一个日期字符串并返回一个布尔值。

常见问题

FAQs
查看更多 >