Filter hook 'comment_form_default_fields'

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

Description

Filters the default comment form fields.

Occurrences

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

Parameters

Type Name Description
string[] $fields Array of the default comment fields.

PHP Doc

/**
	 * Filters the default comment form fields.
	 *
	 * @since 3.0.0
	 *
	 * @param string[] $fields Array of the default comment fields.
	 */