Filters the content of the comment textarea field for display.
Parameters
$args_comment_field
string- The content of the comment textarea field.
Source
echo apply_filters( 'comment_form_field_comment', $field );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes