wp_get_comment_fields_max_lengths

过滤钩子


apply_filters( 'wp_get_comment_fields_max_lengths', $lengths )
参数
  • (int[])
    $lengths
    Array of maximum lengths keyed by field name.
    Required:
定义位置
  • wp-includes/comment.php
    , line 1256
引入
4.5.0
弃用

Filters the lengths for the comment form fields.

return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );