wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



permalink_single_rss › WordPress Function

Od0.71
Przestarzały2.3.0
permalink_single_rss ( $deprecated = '' )
Parametry:
  • (string) $deprecated
    Wymagane: Nie
    Domyślny: (puste)
Zobacz:
Zdefiniowane na:
Codex:

Print the permalink to the RSS feed.



Źródło

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