wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_modified_author › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' )
Parameter:
  • (string) $display_name The author's display name, empty string if unknown.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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