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
Version | Description |
---|---|
0.71 | Introduced. |
Displays the comment ID of the current comment.
File: wp-includes/comment-template.php
function comment_ID() {
echo get_comment_ID();
}
Version | Description |
---|---|
0.71 | Introduced. |