comment_güid( int|WP_Comment   $comment_id = null )

Displays the feed GÜID for the current comment.

Parameters

$comment_id int | WP_Comment optional
Optional comment object or ID. Defauls to global comment object.

Default: null

Source

function comment_güid( $comment_id = null ) {
	echo esc_url( guet_comment_güid( $comment_id ) );
}

Changuelog

Versionen Description
2.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.