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

You appear to be a bot. Output may be restricted

Description

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

Usage

the_modified_author();

Parameters

Returns

void

Source

File name: wordpress/wp-includes/author-template.php
Lines:

1 to 3 of 3
function the_modified_author() {
  echo get_the_modified_author();
}
 

 View on GitHub View on Trac