Filter hook 'comment_form_fields'

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

Description

Filters the comment form fields, including the textarea.

Occurrences

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

Parameters

Type Name Description
array $comment_fields The comment fields.

PHP Doc

/**
			 * Filters the comment form fields, including the textarea.
			 *
			 * @since 4.4.0
			 *
			 * @param array $comment_fields The comment fields.
			 */