apply_filters( ‘wp_get_comment_fields_max_lengths’, int[] $lengths )

In this article

Filters the lengths for the comment form fields.

Parameters

$lengthsint[]
Array of maximum lengths keyed by field name.

Source

$col_length = $wpdb->get_col_length( $wpdb->comments, $column );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.