wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



permalink_single_rss › WordPress Function

Seit0.71
Veraltet2.3.0
permalink_single_rss ( $deprecated = '' )
Parameter:
  • (string) $deprecated
    Erforderlich: Nein
    Standard: (leer)
Siehe:
Definiert in:
Codex:

Print the permalink to the RSS feed.



Quellcode

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