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



permalink_link › WordPress Function

Desde0.71
Obsoleto1.2.0
permalink_link ( Sem parâmetros )
Ver:
Definido em:
Codex:

Print the permalink of the current post in the loop.



Fonte

function permalink_link() {
	_deprecated_function( __FUNCTION__, '1.2.0', 'the_permalink()' );
	the_permalink();
}