Description
Filters the comment form default arguments. Use {@see 'comment_form_default_fields'} to filter the comment fields.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment-template.php | 2656 |
Parameters
Type | Name | Description |
---|---|---|
array | $defaults | The default comment form arguments. |
PHP Doc
/**
* 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.
*/