the_author_description

函式
the_author_description ( No parameters )
相關
  • the_author_meta()
定義位置
相關方法
get_the_author_descriptionthe_archive_descriptionterm_descriptioncategory_descriptiontag_description
引入
1.0.0
棄用
2.8.0

the_author_description: 此函式顯示當前文章的作者或指定使用者的描述。

顯示當前文章作者的描述。

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

常見問題

FAQs
檢視更多 >