Filters the lengths for the comment form fields.
Parameters
$lengthsint[]- Array of maximum lengths keyed by field name.
Source
return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );
Changelog
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
Filters the lengths for the comment form fields.
$lengthsint[]return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );
| Version | Description |
|---|---|
| 4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.