comment_form_field_comment

过滤钩子
apply_filters( 'comment_form_field_comment', $field )

comment_form_field_comment – 这个过滤钩子允许开发者修改评论表单的评论字段。

过滤用于显示的评论文本区域的内容。

echo apply_filters( 'comment_form_field_comment', $field );

常见问题

FAQs
查看更多 >