get_comment_excerpt
最后更新于:2021-11-26 22:28:00
apply_filters( ‘get_comment_excerpt’, string $excerpt, int $comment_ID, GC_Comment $comment )
Filters the retrieved comment excerpt.
参数
- $excerpt
-
(string)
The comment excerpt text. - $comment_ID
-
(int)
The comment ID. - $comment
-
(GC_Comment)
The comment object.
源文件
文件: gc-includes/comment-template.php