Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/feed.php: the_permalink_rss() | Display the permalink to the post for use in feeds. |
This function has been deprecated. Use the_permalink_rss() instead.
Print the permalink to the RSS feed.
(string) (Optional)
Default value: ''
File: wp-includes/deprecated.php
function permalink_single_rss($deprecated = '') { _deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' ); the_permalink_rss(); }
Version | Description |
---|---|
2.3.0 | Use the_permalink_rss() |
0.71 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/permalink_single_rss