Filter hook 'comment_form_field_comment'

in WP Core File wp-includes/comment-template.php at line 2784

Description

Filters the content of the comment textarea field for display.

Occurrences

Filename Line Number
wp-includes/comment-template.php 2784

Parameters

Type Name Description
string $args_comment_field The content of the comment textarea field.

PHP Doc

/**
					 * Filters the content of the comment textarea field for display.
					 *
					 * @since 3.0.0
					 *
					 * @param string $args_comment_field The content of the comment textarea field.
					 */