permalink_single_rss

函数


permalink_single_rss ( $deprecated = '' )
参数
  • (string)
    $deprecated
    Required:
    Default: (empty)
相关
  • the_permalink_rss()
定义位置
  • wp-includes/deprecated.php
    , line 874
引入
0.71
弃用
2.3.0

Print the permalink to the RSS feed.

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