permalink_single_rss( string $deprecated =  )

This function has been deprecated. Use the_permalink_rss() instead.

Print the permalink to the RSS feed.

Description

See also

Parameters

$deprecatedstringoptional

Default:''

Source

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

Changelog

VersionDescription
2.3.0Use the_permalink_rss()
0.71Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.