wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_get_comment_fields_max_lengths › WordPress过滤钩子

Since4.5.0
已弃用n/a
apply_filters( 'wp_get_comment_fields_max_lengths', $lengths )
参数:
  • (int[]) $lengths Array of maximum lengths keyed by field name.
    Required: Yes
定义在:
文档:

Filters the lengths for the comment form fields.





源码

return apply_filters( 'wp_get_comment_fields_max_lengths', $lengths );