Filter hook 'the_author'

in WP Core File wp-includes/author-template.php at line 38

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.
	 */