get_the_author_aim

函式
get_the_author_aim ( No parameters )
返回值
  • (string) The author's AIM address.
相關
  • get_the_author_meta()
定義位置
相關方法
get_the_author_yimget_the_author_idget_the_author_emailget_the_author_msnget_the_author_icq
引入
1.5.0
棄用
2.8.0

get_the_author_aim: 這個函式檢索當前文章或頁面作者的AIM(AOL即時通訊)使用者名稱。它不接受任何引數,以字串形式返回AIM使用者名稱。

檢索當前文章的作者的AIM地址。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function get_the_author_aim() {
_deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('aim')' );
return get_the_author_meta('aim');
}
function get_the_author_aim() { _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('aim')' ); return get_the_author_meta('aim'); }
function get_the_author_aim() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('aim')' );
	return get_the_author_meta('aim');
}

常見問題

FAQs
檢視更多 >