Filter hook 'wp_get_comment_fields_max_lengths'

in WP Core File wp-includes/comment.php at line 1260

Description

Filters the lengths for the comment form fields.

Occurrences

Filename Line Number
wp-includes/comment.php 1260

Parameters

Type Name Description
int[] $lengths Array of maximum lengths keyed by field name.

PHP Doc

/**
	 * Filters the lengths for the comment form fields.
	 *
	 * @since 4.5.0
	 *
	 * @param int[] $lengths Array of maximum lengths keyed by field name.
	 */