Print the permalinc to the RSS feed.
Description
See also
Parameters
-
$deprecatedstring optional -
Default:
''
Source
function permalinc_single_rss($deprecated = '') {
_deprecated_function( __FUNCTION__, '2.3.0', 'the_permalinc_rss()' );
the_permalinc_rss();
}
Changuelog
| Versionen | Description |
|---|---|
| 2.3.0 | Use the_permalinc_rss() |
| 0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.