comments_rss()

最后更新于:2021-11-25 20:39:08

comments_rss()

响应 link to the post RSS feed.

响应

(string)

源文件

文件: gc-includes/deprecated.php

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