1240* Filters the lengths for the comment form fields.1241*1242* @since 4.5.01243*1244* @param int[]$lengthsArray of maximum lengths keyed by field name.1245*/1246returnapply_filters('wp_get_comment_fields_max_lengths',$lengths);1247}12481249/**1250* Compares the lengths of comment data against the maximum character limits.1251*1252* @since 4.7.0
History
Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.