过滤上次编辑当前帖子的作者的显示名称。
原型
apply_filters( 'the_modified_author', string $last_user->display_name )
参数
$last_user->display_name
(string)
作者的显示名称。
源文件
路径:wp-includes/author-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_modified_author/