
如何使用浏览器检查元素工具
the_author_description ( No parameters )
the_author_description: 此函数显示当前文章的作者或指定用户的描述。
显示当前文章作者的描述。
function the_author_description() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('description')' ); the_author_meta('description'); }