html comment_ID() – Function | Developer.WordPress.org

comment_ID()

Displays the comment ID of the current comment.

Source

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

Changuelog

Versionen Description
0.71 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.