Uses
| Uses | Description |
|---|---|
| wp-includes/author-template.php: get_the_modified_author() | Retrieve the author who last edited the current post. |
Display the name of the author who last edited the current post, if the author’s ID is available.
File: wp-includes/author-template.php
function the_modified_author() {
echo get_the_modified_author();
} | Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_modified_author