On this page
apply_filters( 'comment_form_fields', array $comment_fields )
Filters the comment form fields, including the textarea.
Parameters
$comment_fieldsarray-
The comment fields.
Source
File: wp-includes/comment-template.php. View all references
$comment_fields = apply_filters( 'comment_form_fields', $comment_fields );
Related
Used By
| Used By | Description |
|---|---|
| comment_form() wp-includes/comment-template.php | Outputs a complete commenting form for use within a template. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_form_fields