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



permalink_link › WordPress Function

Depuis0.71
Dépréciée1.2.0
permalink_link ( Pas de paramètres )
Voir:
Défini(e) dans:
Codex:

Print the permalink of the current post in the loop.



Source

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