Warning: This function has been deprecated. Use the_permalink() instead.

permalink_link()

Print the permalink of the current post in the loop.


Description Description

See also See also


Top ↑

Source Source

File: wp-includes/deprecated.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Use the_permalink()
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.