1. 首页
  2. WordPress钩子手册

comment_form_field_comment

apply_filters( ‘comment_form_field_comment’, string $args_comment_field )

筛选挂钩:筛选要显示的注释文本区域字段的内容。
Filter Hook: Filters the content of the comment textarea field for display.

目录锚点:#参数#源码


参数(Parameters)

参数 类型 说明
$args_comment_field (string) 注释文本区域字段的内容。

源码(Source)


更新版本 源码位置 使用 被使用
3.0.0 wp-includes/comment-template.php:2576 1 0

comment_form_field_comment 为WP2原创文章,链接:https://www.wp2.cn/hook/comment_form_field_comment/