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



the_author_link › WordPress Function

Since2.1.0
已弃用n/a
the_author_link ( 没有参数 )
链接:
定义在:
文档:

Displays either author's link or author's name.

If the author has a home page set, echo an HTML link, otherwise just echo the author's name.


源码

function the_author_link() {
	echo get_the_author_link();
}