the_author_email

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

the_author_email: 此函数显示当前文章的作者或指定用户的电子邮件地址。

显示当前文章的作者的电子邮件。

function the_author_email() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('email')' );
	the_author_meta('email');
}

常见问题

FAQs
查看更多 >