函数原型
get_the_modified_author(): string|void
函数描述
Retrieves the author who last edited the current post.
是否弃用
未弃用
函数参数
无
函数返回值
string|void The author’s display name, empty string if unknown.
函数位置
File: wp-includes/author-template.php.
函数源码
<?php echo get_the_modified_author(); ?>源码链接
变更日志
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |

