当前浏览:首页 / WordPress函数 / the_modified_author()

the_modified_author()

如果作者ID可用,则显示上次编辑当前文章的作者的名称

author 作者more...

modified

themore...


描述

另见



源码

查看源码 官方文档


更新日志

版本描述
2.8.0开始引入

使用示例

  • 示例1

    显示上次修改的作者的“公开”名称

    将用户显示名称中的值作为字段公开显示。

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