the_modified_author()

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


Description

See also


Top ↑

Source

File: wp-includes/author-template.php

function the_modified_author() {
	echo get_the_modified_author();
}

Top ↑

Changelog

Version Description
2.8.0 Introduced.