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: 此函数显示当前文章的作者或指定用户的描述。

显示当前文章作者的描述。

function the_author_description() {
	_deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('description')' );
	the_author_meta('description');
}

常见问题

FAQs
查看更多 >