
开发者测试调试工具Xdebug安装及集成使用教程
get_the_author_description ( No parameters )
get_the_author_description: 这个函数检索当前文章或页面作者的描述。它不接受任何参数,以字符串形式返回作者的描述。
检索当前文章作者的描述。
function get_the_author_description() { _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta('description')' ); return get_the_author_meta('description'); }