Description
Filters the display name of the current post's author.
Occurrences
Filename | Line Number |
---|---|
wp-includes/author-template.php | 38 |
Parameters
Type | Name | Description |
---|---|---|
string | $display_name | The author's display name. |
PHP Doc
/**
* Filters the display name of the current post's author.
*
* @since 2.9.0
*
* @param string $display_name The author's display name.
*/