apply_filters( 'the_author', string $authordata->display_name )
Filters the display name of the current post’s author.
Parameters
- $authordata->display_name
-
The author's display name.
Source
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |