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

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


Description


Parameters

$last_user->display_name

(string) The author's display name.


Top ↑

Source

File: wp-includes/author-template.php

View on Trac


Top ↑

Changelog

Version Description
2.8.0 Introduced.