the_modified_author WordPress Filter Hook
The the_modified_author WordPress hook is used to display the author of a post that has been modified. This hook is generally used in the template file where the author is displayed.
apply_filters( 'the_modified_author', string $display_name ) #
Filters the display name of the author who last edited the current post.
Parameters
- $display_name
(string)The author's display name, empty string if unknown.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |