the_modified_author()

Displays the name of the author who last edited the current post, if the author’s ID is available.


Description

Top ↑

See also


Top ↑

Source

File: wp-includes/author-template.php. View all references

function the_modified_author() {
	echo get_the_modified_author();
}


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.