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



comment_excerpt_length › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'comment_excerpt_length', $comment_excerpt_length )
参数:
  • (int) $comment_excerpt_length The amount of words you want to display in the comment excerpt.
    Required: Yes
定义在:
文档:

Filters the maximum number of words used in the comment excerpt.





源码

$comment_excerpt_length = apply_filters( 'comment_excerpt_length', $comment_excerpt_length );