wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_modified_author › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' )
Parametri:
  • (string) $display_name The author's display name, empty string if unknown.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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