get_comment_guid [ WordPress Function ]
get_comment_guid ( $comment_id = null )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_comment_id, comment_guid, get_comment_link, get_comment_time, get_comment_date
Retrieve the feed GUID for the current comment.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- get_comment_guid() WordPress function reference, arguments and ...
Signature. get_comment_guid( $comment_id = null ). comment_id: (int|object) Optional comment object or id. Defaults to global comment object. Default: null ...
queryposts.com - /wp-includes/feed.php source - PHP Cross Reference (PHPXRef) of ...
Jun 1, 2011 ... 210 */ 211 function comment_guid($comment_id = null) { 212 echo esc_url( get_comment_guid($comment_id) ); 213 } 214 215 /** 216 ...
xref.yoast.com - Docs for page feed.php
string get_comment_author_rss (). get_comment_guid (line 226). Retrieve the feed GUID for the current comment. return: false on failure or guid for comment on ...
phpdoc.wordpress.org - <?php /** * WordPress Feed API * * Many of the functions used in ...
function comment_guid($comment_id = null) { echo esc_url( get_comment_guid( $comment_id) ); } /** * Retrieve the feed GUID for the current comment.
core.svn.wordpress.org