Uses
Uses | Description |
---|---|
wp-includes/comment-template.php: get_comment_ID() | Retrieves the comment ID of the current comment. |
Displays the comment ID of the current comment.
File: wp-includes/comment-template.php
function comment_ID() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid echo get_comment_ID(); }
Version | Description |
---|---|
0.71 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/comment_id