get_comment_type

最后更新于:2021-11-26 22:30:17

apply_filters( ‘get_comment_type’, string $comment_type, int $comment_ID, GC_Comment $comment )

Filters the returned comment type.

参数

$comment_type

(string)
The type of comment, such as ‘comment’, ‘pingback’, or ‘trackback’.

$comment_ID

(int)
The comment ID.

$comment

(GC_Comment)
The comment object.

源文件

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

View on Trac