WordPress获取作者函数:get_the_author

WordPress函数get_the_author用于获取作者的名称,返回名称为个人资料中“公开显示为”选项设置。

get_the_author( string $deprecated = '' )

函数参数

$deprecated

字符串,默认为空

自2.1.0版本起,不再支持该参数。

扩展阅读

get_the_author()函数位于:wp-includes/author-template.php

相关函数:

阿里云