wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_id › WordPress Function

Since0.71
Deprecatedn/a
comment_id ( No parameters )
Defined at:
Codex:

Displays the comment ID of the current comment.



Source

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