wpseek.com
A WordPress-centric search engine for devs and theme authors



the_modified_author › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' )
Parameters:
  • (string) $display_name The author's display name, empty string if unknown.
    Required: Yes
Defined at:
Codex:

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





Source

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