comment_ID()

Displays the comment ID of the current comment.


Source

File: wp-includes/comment-template.php

function comment_ID() {
	echo get_comment_ID();
}


Changelog

Changelog
Version Description
0.71 Introduced.