comment_ID()

Display the comment id of the current comment.


Description


Source

File: wp-includes/comment-template.php

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

Top ↑

Changelog

Version Description
0.71 Introduced.