permalink_link()

最后更新于:2021-11-27 18:45:12

permalink_link()

Print the permalink of the current post in the loop.

源文件

文件: gc-includes/deprecated.php

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