最后更新于:2021-11-26 01:54:20
apply_filters( ‘comment_excerpt’, string $comment_excerpt, int $comment_ID )
Filters the comment excerpt for display.
参数
- $comment_excerpt
-
(string)
The comment excerpt text.
- $comment_ID
-
(int)
The comment ID.
源文件
文件: gc-includes/comment-template.php
View on Trac