apply_filters( 'comment_form_fields', array $comment_fields )

Filters the comment form fields, including the textarea.


Parameters

$comment_fields

(array) The comment fields.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.4.0 Introduced.