WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_defaults

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 2506 /**
* Filters the comment form default arguments.
*
* Use {@see 'comment_form_default_fields'} to filter the comment fields.
*
* @since 3.0.0
*
* @param array $defaults The default comment form arguments.
*/

Hook Parameters

Parameter Type Name Description
array $defaults The default comment form arguments.