过滤钩子:过滤注释表单字段,包括文本区域。
apply_filters( ‘comment_form_fields’, array $comment_fields )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment_fields | (array) | 注释字段。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/comment-template.php:2556 | 1 | 0 |
笔记(Notes)
这些是默认的注释表单字段,如下所示https://developer.wordpress.org/reference/functions/commentu表单/
将注释文本字段移到底部。