get_comments_link

Definition:
function get_comments_link($post_id = 0) {}

Retrieves the link to the current post comments.

Parameters

  • int $post_id: Optional post id

Return values

returns:The link to the comments

Source code

function get_comments_link($post_id = 0) {

	return get_permalink($post_id) . '#comments';

}

1282

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: