获取更新帖子的用户名

时间:2012-12-19 作者:sta777

有人知道如何获取上次更新帖子/页面的用户的姓名吗?(不是文章作者)。我可以在帖子/页面修订中看到它,但不知道如何访问它。

非常感谢您的任何想法/帮助。

1 个回复
最合适的回答,由SO网友:gteh 整理而成

您可以使用

the_modified_author();
请参见https://codex.wordpress.org/Function_Reference/the_modified_author

<p>This post was last modified by <?php the_modified_author(); ?></p>

结束