apply_filters( 'wp_get_comment_fields_max_lengths', array $lengths )

Filters the lengths for the comment form fields.


Parameters

$lengths

(array) Associative array 'field_name' => 'maximum length'.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.5.0 Introduced.