This function has been deprecated. Use the_permalink_rss() instead.
permalink_single_rss( string $deprecated = '' )
Print the permalink to the RSS feed.
Description
See also
Parameters
- $deprecated
-
(Optional)
Default value: ''
Source
File: wp-includes/deprecated.php
function permalink_single_rss($deprecated = '') {
_deprecated_function( __FUNCTION__, 'WP-2.3.0', 'the_permalink_rss()' );
the_permalink_rss();
}
Changelog
Version | Description |
---|---|
WP-2.3.0 | Use the_permalink_rss() |
WP-0.71 | Introduced. This function has been deprecated. Use the_permalink_rss() instead. |