WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_default_fields

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 2433 /**
* Filters the default comment form fields.
*
* @since 3.0.0
*
* @param string[] $fields Array of the default comment fields.
*/

Hook Parameters

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