comment_id [ WordPress Function ]
comment_id ( No parameters )
| See: |
|
| Defined at: |
|
Displays the comment id of the current comment.
Examples [ wp-snippets.com ]
Top Google Search Results
- comment_ID - WordPress Codex
<div id="comment-<?php comment_ID() ?>">Comment by <?php comment_author() ?>: </div> <div class="comment-text"><?php comment_text() ? ></div> ...
codex.wordpress.org - WordPress › Support » comment_ID()
I'm designing a plugin and as part of what it does it's going to change what comment_author_link() returns, and as part of it I need the user's ID number.
wordpress.org - Richard Gage, AIA, Gregg Roberts, and David Chandler, Conspiracy ...
Richard Gage, AIA, Gregg Roberts, and David Chandler. Richard Gage, AIA has been a practicing San Francisco Bay Area architect for more than 20 years, and ...
www.worldarchitecturenews.com - Issue #15: Include comment_id or comment body in the event API ...
Apr 5, 2012 ... I could be going about this all wrong, but here's what is going on: My current issue is that I'm polling the Events api in order to see when new ...
github.com