wpseek.com
A WordPress-centric search engine for devs and theme authors



comments_rss › WordPress Function

Since1.5.0
Deprecated2.2.0
comments_rss ( No parameters )
See:
Returns:
  • (string)
Defined at:
Codex:

Return link to the post RSS feed.



Source

function comments_rss() {
	_deprecated_function( __FUNCTION__, '2.2.0', 'get_post_comments_feed_link()' );
	return esc_url( get_post_comments_feed_link() );
}