apply_filters( 'the_modified_author', string $last_user->display_name )
Filters the display name of the author who last edited the current post.
Description Description
Parameters Parameters
- $last_user->display_name
-
(string) The author's display name.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |