wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



permalink_single_rss › WordPress Function

Depuis0.71
Dépréciée2.3.0
permalink_single_rss ( $deprecated = '' )
Paramètres:
  • (string) $deprecated
    Requis: Non
    Défaut: (vide)
Voir:
Défini(e) dans:
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();
}