post_comments_feed_link
post_comments_feed_link ( $link_text = '', $post_id = '', $feed = '' )
Parameters:- (string) link_text Optional. Descriptive link text. Default 'Comments Feed'.
- (int) post_id Optional. Post ID. Default is the ID of the global `$post`.
- (string) feed Optional. Feed type. Possible values include 'rss2', 'atom'. Default is the value of get_default_feed().
Defined at: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Displays the comment feed link for a post.Prints out the comment feed link for a post. Link text is placed in the
anchor. If no link text is specified, default text is used. If no post ID is
specified, the current post is used.