wpseek.com
WordPress开发者和主题制作者的搜索引擎



permalink_single_rss › WordPress Function

Since0.71
已弃用2.3.0
permalink_single_rss ( $deprecated = '' )
参数:
  • (string) $deprecated
    Required: No
    默认: (empty)
查看:
定义在:
文档:

Print the permalink to the RSS feed.



源码

function permalink_single_rss($deprecated = '') {
	_deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' );
	the_permalink_rss();
}