WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_get_comment_fields_max_lengths

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 1256 /**
* Filters the lengths for the comment form fields.
*
* @since 4.5.0
*
* @param int[] $lengths Array of maximum lengths keyed by field name.
*/

Hook Parameters

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