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
檢視更多 >