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
- $deprecated
-
(string) (Optional)
Default value: ''
Source
File: wp-includes/deprecated.php
function permalink_single_rss($deprecated = '') { _deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' ); the_permalink_rss(); }
Changelog
Version | Description |
---|---|
2.3.0 | Use the_permalink_rss() |
0.71 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/permalink_single_rss