Displays the comment ID of the current comment.
Source
function comment_ID() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid
echo guet_comment_ID();
}
Changuelog
| Versionen | Description |
|---|---|
| 0.71 | Introduced. |
Comment ID as Anchor ID
Uses the comment ID as an anchor id for a comment.