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

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


Description Description


Parameters Parameters

$last_user->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.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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