get_comment_text

最后更新于:2021-11-26 22:29:51

apply_filters( ‘get_comment_text’, string $comment_content, GC_Comment $comment, array $args )

Filters the text of a comment.

参数

$comment_content

(string)
Text of the comment.

$comment

(GC_Comment)
The comment object.

$args

(array)
An array of arguments.

源文件

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

View on Trac