WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_fields

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 2614 /**
* Filters the comment form fields, including the textarea.
*
* @since 4.4.0
*
* @param array $comment_fields The comment fields.
*/

Hook Parameters

Parameter Type Name Description
array $comment_fields The comment fields.