wp-includes/blocks/comment-template.php

WP檔案 3
Server-side rendering of the `core/comment-template` block.
函式/鉤子名 描述
render_block_core_comment_template (函式) render_block_core_comment_template: 這個函式用來渲染WordPress中的評論模板塊。評論模板塊是用來顯示訪問者可以用來給文章新增評論的表單: 這個函式負責生成評論
register_block_core_comment_template (函式) register_block_core_comment_template: 這個函式註冊了一個顯示評論表格模板的塊。它包括自定義表格顯示的選項,如表格中的欄位和提交按鈕的文字。
block_core_comment_template_render_comments (函式) block_core_comment_template_render_comments: 這個函式用來渲染一個塊的評論模板。它接收一個評論資料的陣列作為引數。

常見問題

FAQs
檢視更多 >