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