wpseek.com
A WordPress-centric search engine for devs and theme authors



permalink_link › WordPress Function

Since0.71
Deprecated1.2.0
permalink_link ( No parameters )
See:
Defined at:
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();
}