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
查看更多 >