wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



permalink_link › WordPress Function

Seit0.71
Veraltet1.2.0
permalink_link ( Keine Parameter )
Siehe:
Definiert in:
Codex:

Print the permalink of the current post in the loop.



Quellcode

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