wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_form_field_comment › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'comment_form_field_comment', $field )
Parameters:
  • (string) $args_comment_field The content of the comment textarea field.
    Required: Yes
Defined at:
Codex:

Filters the content of the comment textarea field for display.





Source

echo apply_filters( 'comment_form_field_comment', $field );