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.


Top ↑

Source Source

File: wp-includes/author-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.