Definition:
function comment_ID() {}
Displays the comment id of the current comment.
Source code
function comment_ID() {
echo get_comment_ID();
}
693
Definition:
function comment_ID() {}
function comment_ID() {
echo get_comment_ID();
}
693
No comments yet... Be the first to leave a reply!