permalink_single_rss()

最后更新于:2021-11-27 18:45:22

permalink_single_rss( string$deprecated=”)

Print the permalink to the RSS feed.

参数

$deprecated

(string) (Optional)

Default value: ”

源文件

文件: gc-includes/deprecated.php

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