Filter hook 'the_modified_author'

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

Description

Filters the display name of the author who last edited the current post.

Occurrences

Filename Line Number
wp-includes/author-template.php 105

Parameters

Type Name Description
string $display_name The author's display name, empty string if unknown.

PHP Doc

/**
		 * Filters the display name of the author who last edited the current post.
		 *
		 * @since 2.8.0
		 *
		 * @param string $display_name The author's display name, empty string if unknown.
		 */