the_modified_author

the_modified_author

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_modified_author') is found 1 times:

  • /wp-includes/author-template.php line 105
    		 * @since 2.8.0
    		 *
    		 * @param string $display_name The author's display name, empty string if unknown.
    		 */
    		return apply_filters( 'the_modified_author', $last_user ? $last_user->display_name : '' );
    	}
    }
    
    /**
     * Displays the name of the author who last edited the current post,
     * if the author's ID is available.