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



the_modified_author › Hooks de Filtros WordPress

Desde2.8.0
Obsoleton/a
apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' )
Parâmetros:
  • (string) $display_name The author's display name, empty string if unknown.
    Required: Yes
Definido em:
Codex:

Filters the display name of the author who last edited the current post.





Fonte

return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );