the_author_msn

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

the_author_msn: 这个函数显示当前文章的作者或指定用户的MSN Messenger句柄。

显示当前文章的作者的MSN地址。

function the_author_msn() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('msn')' );
	the_author_meta('msn');
}

常见问题

FAQs
查看更多 >