wpseek.com
WordPress开发者和主题制作者的搜索引擎



permalink_link › WordPress Function

Since0.71
已弃用1.2.0
permalink_link ( 没有参数 )
查看:
定义在:
文档:

Print the permalink of the current post in the loop.



源码

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