apply_filters( 'the_author', string|null $display_name )

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


Parameters

$display_name

The author's display name.


Source

File: wp-includes/author-template.php

View on GitHub



Changelog

Changelog
Version Description
2.9.0 Introduced.