the_author_icq

函式
the_author_icq ( No parameters )
相關
  • the_author_meta()
定義位置
相關方法
the_author_idget_the_author_icqthe_author_yimthe_author_aimthe_author_link
引入
0.71
棄用
2.8.0

the_author_icq: 這個函式顯示當前文章的作者或指定使用者的ICQ號碼。如果該使用者沒有ICQ號碼,則不顯示。

顯示當前文章的作者的ICQ號碼。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function the_author_icq() {
_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('icq')' );
the_author_meta('icq');
}
function the_author_icq() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('icq')' ); the_author_meta('icq'); }
function the_author_icq() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('icq')' );
	the_author_meta('icq');
}

常見問題

FAQs
檢視更多 >