comment_guid

Advertisement

Summery Summery

Display the feed GUID for the current comment.

Syntax Syntax

comment_guid( int|WP_Comment $comment_id = null )

Parameters Parameters

$comment_id

(Optional) comment object or id. Defaults to global comment object.

Default value: null

Source Source

File: wp-includes/feed.php

 * @since 2.5.0
 *
 * @param int|WP_Comment $comment_id Optional comment object or ID. Defaults to global comment object.

Advertisement

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Advertisement

Leave a Reply