Filters the lengths for the comment form fields.
Parameters
$lengths
int[]- Array of maximum lengths keyed by field name.
Source
$col_length = $wpdb->get_col_length( $wpdb->comments, $column );
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
Filters the lengths for the comment form fields.
$lengths
int[]$col_length = $wpdb->get_col_length( $wpdb->comments, $column );
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.