函数原型
permalink_single_rss( string $deprecated = ” )
函数描述
Print the permalink to the RSS feed.
是否弃用
Warning: This function has been deprecated. Use the_permalink_rss() instead.
函数参数
-
$deprecated
string
Optional Default:
''
函数返回值
无
函数位置
File: wp-includes/deprecated.php.
函数源码
function permalink_single_rss($deprecated = '') {
_deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' );
the_permalink_rss();
}
源码链接
变更日志
| Version | Description |
|---|---|
| 2.3.0 | Use the_permalink_rss() |
| 0.71 | Introduced. |

