the_modified_author() WordPress Function
The modified_author() function allows you to change the author of a post or page. This is useful if you want to change the author of a post or page after it has been published.
the_modified_author() #
Displays the name of the author who last edited the current post, if the author’s ID is available.
Description
See also
Source
File: wp-includes/author-template.php
function the_modified_author() { echo get_the_modified_author(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |