comment_form_field_comment WordPress Filter Hook
The comment_form_field_comment hook is used to add extra fields to the comment form. This hook is used by the comment_form() function to add extra fields to the comment form.
apply_filters( 'comment_form_field_comment', string $args_comment_field ) #
Filters the content of the comment textarea field for display.
Parameters
- $args_comment_field
(string)The content of the comment textarea field.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |