wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_modified_author › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' )
参数:
  • (string) $display_name The author's display name, empty string if unknown.
    Required: Yes
定义在:
文档:

Filters the display name of the author who last edited the current post.





源码

return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );