WordPress Version: 6.1
/**
* Displays the name of the author who last edited the current post,
* if the author's ID is available.
*
* @since 2.8.0
*
* @see get_the_author()
*/
function the_modified_author()
{
echo get_the_modified_author();
}