wp-includes/blocks/latest-posts.php

WP文件 4
Server-side rendering of the `core/latest-posts` block.
函数/钩子名 描述
render_block_core_latest_posts (函数) render_block_core_latest_posts: 这个函数用来渲染WordPress中的最新文章块。最新文章块显示网站上最新的文章列表: 这个函数负责生成Latest Posts块的HT
register_block_core_latest_posts (函数) register_block_core_latest_posts: 这个函数用来为Gutenberg编辑器注册”最新文章”块。该区块显示网站上的最新文章。
block_core_latest_posts_migrate_categories (函数) block_core_latest_posts_migrate_categories: 这个函数用于将传统的最新文章块的分类数据迁移到新的块中。它用于更新有传统块的旧文章到新块的格式。
block_core_latest_posts_get_excerpt_length (函数) block_core_latest_posts_get_excerpt_length: 该函数用于获取最新文章块的摘录长度。它从该块的设置或全局excelpt_length选项中获取该值。

常见问题

FAQs
查看更多 >