过滤器::过滤要显示的注释摘录。
apply_filters( ‘comment_excerpt’, string $comment_excerpt , int $comment_ID )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment_excerpt | (string) | 评论摘录文本。 |
$comment_ID | (int) | 评论ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:649 | 1 | 0 |
过滤器::过滤要显示的注释摘录。
apply_filters( ‘comment_excerpt’, string $comment_excerpt , int $comment_ID )
参数 | 类型 | 说明 |
---|---|---|
$comment_excerpt | (string) | 评论摘录文本。 |
$comment_ID | (int) | 评论ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:649 | 1 | 0 |
之前