the_author_aim

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

the_author_aim: 此函数显示当前文章的作者或指定用户的AOL即时通讯手柄。

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

function the_author_aim() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('aim')' );
	the_author_meta('aim');
}

常见问题

FAQs
查看更多 >