get_comment_ID

最后更新于:2021-11-26 22:28:34

apply_filters( ‘get_comment_ID’, int $comment_ID, GC_Comment $comment )

Filters the returned comment ID.

参数

$comment_ID

(int)
The current comment ID.

$comment

(GC_Comment)
The comment object.

源文件

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

View on Trac