Filters the display name of the author who last edited the current post.
$display_namestring
return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_modified_author