get_the_author_icq

函式
get_the_author_icq ( No parameters )
返回值
  • (string) The author's ICQ number.
相關
  • get_the_author_meta()
定義位置
相關方法
get_the_author_idget_the_author_yimget_the_author_aimthe_author_icqget_the_author
引入
1.5.0
棄用
2.8.0

get_the_author_icq: 這個函式檢索文章作者的ICQ號碼。它不需要任何引數,返回一個包含ICQ號碼的字串值。

檢索當前文章的作者的ICQ號碼。

function get_the_author_icq() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('icq')' );
	return get_the_author_meta('icq');
}

常見問題

FAQs
檢視更多 >