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



the_author › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'the_author', is_object( $authordata )
Parameter:
  • (string) $display_name The author's display name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the display name of the current post's author.





Quellcode

return apply_filters( 'the_author', is_object( $authordata ) ? $authordata->display_name : '' );