Description
Filters the lengths for the comment form fields.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 1260 |
Parameters
Type | Name | Description |
---|---|---|
int[] | $lengths | Array of maximum lengths keyed by field name. |
PHP Doc
/**
* Filters the lengths for the comment form fields.
*
* @since 4.5.0
*
* @param int[] $lengths Array of maximum lengths keyed by field name.
*/