the_author_login

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

the_author_login: 该函数显示当前文章的作者或指定用户的登录名。

显示当前文章作者的登录名。

function the_author_login() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('login')' );
	the_author_meta('login');
}

常见问题

FAQs
查看更多 >