wp_get_comment_fields_max_lengths

Advertisement

Summery Summery

Filters the lengths for the comment form fields.

Syntax Syntax

apply_filters( 'wp_get_comment_fields_max_lengths', int[] $lengths )

Parameters Parameters

$lengths

Array of maximum lengths keyed by field name.

Source Source

File: wp-includes/comment.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Advertisement

Leave a Reply