get_the_author_msn

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

get_the_author_msn: 這個函式檢索文章作者的MSN Messenger帳戶名稱。它不需要任何引數,並返回一個包含賬戶名稱的字串。

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

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

常見問題

FAQs
檢視更多 >