comment_excerpt_length

最后更新于:2021-11-26 01:58:22

apply_filters( ‘comment_excerpt_length’, int $comment_excerpt_length )

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

参数

$comment_excerpt_length

(int)
The amount of words you want to display in the comment excerpt.

源文件

文件: gc-includes/comment-template.php

View on Trac