wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_modified_author › WordPress Function

Desde2.8.0
Obsoleton/a
the_modified_author ( Sem parâmetros )
Ver:
Definido em:
Codex:

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



Fonte

function the_modified_author() {
	echo get_the_modified_author();
}