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
檢視更多 >