Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_comment_id [ WordPress Function ]

get_comment_id ( No parameters )
Uses:
Returns:
  • (int) The comment ID
Defined at:



Retrieve the comment id of the current comment.

Source


<?php
function get_comment_ID() {
    global 
$comment;
    return 
apply_filters('get_comment_ID'$comment->comment_ID);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics