WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_modified_author

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/author-template.php apply_filters 104 /**
* Filters the display name of the author who last edited the current post.
*
* @since 2.8.0
*
* @param string $display_name The author's display name, empty string if unknown.
*/

Hook Parameters

Parameter Type Name Description
string $display_name The author's display name, empty string if unknown.