wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



permalink_single_rss › WordPress Function

Desde0.71
Obsoleto2.3.0
permalink_single_rss ( $deprecated = '' )
Parâmetros:
  • (string) $deprecated
    Required: No
    Padrão: (empty)
Ver:
Definido em:
Codex:

Print the permalink to the RSS feed.



Fonte

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