WordPress函数get_the_author用于获取作者的名称,返回名称为个人资料中“公开显示为”选项设置。
get_the_author( string $deprecated = '' )
函数参数
$deprecated
字符串,默认为空
自2.1.0版本起,不再支持该参数。
扩展阅读
get_the_author()函数位于:wp-includes/author-template.php
相关函数:
- the_author()
- get_the_author_posts_link()
- get_the_archive_title()
- get_the_author_link()
- the_author_posts_link()
- the_author_link()