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



the_author › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( 'the_author', is_object( $authordata )
Parametri:
  • (string) $display_name The author's display name.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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