wpseek.com
A WordPress-centric search engine for devs and theme authors



permalink_single_rss › WordPress Function

Since0.71
Deprecated2.3.0
permalink_single_rss ( $deprecated = '' )
Parameters:
  • (string) $deprecated
    Required: No
    Default: (empty)
See:
Defined at:
Codex:

Print the permalink to the RSS feed.



Source

function permalink_single_rss($deprecated = '') {
	_deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' );
	the_permalink_rss();
}