the_modified_author() WordPress Function

The modified_author() function allows you to change the author of a post or page. This is useful if you want to change the author of a post or page after it has been published.

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

function the_modified_author() {
	echo get_the_modified_author();
}


Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.