Displays the name of the author who last edited the current post, if the author’s ID is available.
Description
See also
Source
function the_modified_author() {
echo get_the_modified_author();
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
Displays the name of the author who last edited the current post, if the author’s ID is available.
function the_modified_author() {
echo get_the_modified_author();
}
Version | Description |
---|---|
2.8.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Display Last Modified Author’s ‘Public’ Name
Displays the value in the user’s Display name publicly as field.