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

permalink_single_rss( string $deprecated = '' )

Print the permalink to the RSS feed.


Description Description

See also See also


Top ↑

Parameters Parameters

$deprecated

(string) (Optional)

Default value: ''


Top ↑

Source Source

File: wp-includes/deprecated.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Use the_permalink_rss()
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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