comment_text
最后更新于:2021-11-26 04:00:21
apply_filters( ‘comment_text’, string $comment_text, GC_Comment|null $comment, array $args )
Filters the text of a comment to be displayed.
参数
- $comment_text
-
(string)
Text of the current comment. - $comment
-
(GC_Comment|null)
The comment object. Null if not found. - $args
-
(array)
An array of arguments.
源文件
文件: gc-includes/comment-template.php