wordpress / latest / hooks / comment_form_field_comment.html

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

File: wp-includes/comment-template.php. View all references

echo apply_filters( 'comment_form_field_comment', $field );

Used By

Used By Description

Changelog

Version Description
3.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_form_field_comment