comment_guid()

最后更新于:2021-11-25 21:25:06

comment_guid( int|GC_Comment$comment_id=null)

Display the feed GUID for the current comment.

参数

$comment_id

(int|GC_Comment) (Optional) comment object or ID. Defaults to global comment object.

Default value: null

源文件

文件: gc-includes/feed.php

function comment_guid( $comment_id = null ) {
	echo esc_url( get_comment_guid( $comment_id ) );
}