the_author_url

函数
the_author_url ( No parameters )
相关
  • the_author_meta()
定义位置
相关方法
get_the_author_urlthe_authorthe_author_linkthe_author_idthe_author_login
引入
0.71
弃用
2.8.0

the_author_url: 该函数显示当前文章的作者或指定用户的网站的URL。

显示当前文章的作者的主页的URL。

function the_author_url() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('url')' );
	the_author_meta('url');
}

常见问题

FAQs
查看更多 >