On this page
apply_filters( 'the_modified_author', string $display_name )
Filters the display name of the author who last edited the current post.
Parameters
$display_namestring-
The author's display name, empty string if unknown.
Source
File: wp-includes/author-template.php. View all references
return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );
Related
Used By
| Used By | Description |
|---|---|
| get_the_modified_author() wp-includes/author-template.php | Retrieves the author who last edited the current post. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_modified_author