Switch language

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




comment_guid [ WordPress Function ]

comment_guid ( $comment_id = null )
Parameters:
  • (int|object) $comment_id Optional comment object or id. Defaults to global comment object.
Defined at:



Display the feed GUID for the current comment.

Source


<?php
function comment_guid($comment_id null) {
    echo 
esc_urlget_comment_guid($comment_id) );
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



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