WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get the modified author

Description

Retrieve the author who last edited the current post.

Usage

<?php echo get_the_modified_author(); ?>

Return Values

(string) 
The author's display name.

Source File

get_the_modified_author() is located in wp-includes/author-template.php.

Related

the_author(), get_the_author(), get_the_author_id(), the_author_link(), get_the_author_link(), the_author_meta(), get_the_author_meta(), the_author_posts(), get_the_author_posts(), the_author_posts_link(), get_author_posts_url(), get_the_modified_author(), the_modified_author(), wp_dropdown_users(), wp_list_authors()

See also index of Function Reference and index of Template Tags.
This page is marked as incomplete. You can help Codex by expanding it.