wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



permalink_link › WordPress Function

Da0.71
Deprecato1.2.0
permalink_link ( Nessun parametro )
Vedi:
Definito a:
Codex:

Print the permalink of the current post in the loop.



Sorgenti

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