the_modified_author WordPress Filter Hook

The the_modified_author WordPress hook is used to display the author of a post that has been modified. This hook is generally used in the template file where the author is displayed.

apply_filters( 'the_modified_author', string $display_name ) #

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


Parameters

$display_name

(string)The author's display name, empty string if unknown.


Top ↑

Source

File: wp-includes/author-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.