wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_comment_fields_max_lengths › WordPress Filter Hooks

Since4.5.0
Deprecatedn/a
apply_filters( 'wp_get_comment_fields_max_lengths', $lengths )
Parameters:
  • (int[]) $lengths Array of maximum lengths keyed by field name.
    Required: Yes
Defined at:
Codex:

Filters the lengths for the comment form fields.





Source

return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );