wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_form_field_comment › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'comment_form_field_comment', $field )
参数:
  • (string) $args_comment_field The content of the comment textarea field.
    Required: Yes
定义在:
文档:

Filters the content of the comment textarea field for display.





源码

echo apply_filters( 'comment_form_field_comment', $field );