comment_ID()

最后更新于:2021-11-25 21:25:37

comment_ID()

Displays the comment ID of the current comment.

源文件

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

function comment_ID() { // phpcs:ignore GeChiUI.NamingConventions.ValidFunctionName.FunctionNameInvalid
	echo get_comment_ID();
}