apply_filters( 'the_modified_author', string $last_user->display_name )

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


Parameters

$last_user->display_name

(string) The author's display name.


Source

File: wp-includes/author-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.