wpseek.com
A WordPress-centric search engine for devs and theme authors



the_modified_author › WordPress Function

Since2.8.0
Deprecatedn/a
the_modified_author ( No parameters )
See:
Defined at:
Codex:

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



Source

function the_modified_author() {
	echo get_the_modified_author();
}