On this page
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
$deprecatedstring Optional-
Default:
''
Source
File: wp-includes/deprecated.php. View all references
function permalink_single_rss($deprecated = '') {
_deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' );
the_permalink_rss();
}
Related
Uses
| Uses | Description |
|---|---|
| the_permalink_rss() wp-includes/feed.php | Displays the permalink to the post for use in feeds. |
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Use the_permalink_rss() |
| 0.71 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/permalink_single_rss