过滤器::过滤检索到的注释摘录。
apply_filters( ‘get_comment_excerpt’, string $excerpt , int $comment_ID , WP_Comment $comment )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$excerpt | (string) | 评论摘录文本。 |
$comment_ID | (int) | 评论ID。 |
$comment | (WP_Comment) | 注释对象。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:624 | 1 | 0 |