wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comments_rss › WordPress Function

Da1.5.0
Deprecato2.2.0
comments_rss ( Nessun parametro )
Vedi:
Ritorna:
  • (string)
Definito a:
Codex:

Return link to the post RSS feed.



Sorgenti

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