Codex

Template Tags/the modified author

Contents

Description

The author who last modified a post can be displayed by using this Template Tag. This tag must be used within The Loop. Note: the_modified_author was first available with Version 2.8.

Usage

 <?php the_modified_author(); ?> 

Parameters

This function takes no arguments.

Examples

Display Last Modified Author's 'Public' Name

Displays the value in the user's Display name publicly as field.

<p>This post was written by <?php the_modified_author(); ?></p>

Change Log

Since: 2.8.0

Related

the_time, the_date, the_date_xml, the_modified_time, the_modified_date, the_modified_author, single_month_title, get_the_time, get_day_link, get_month_link, get_year_link, get_calendar

See also index of Function Reference and index of Template Tags.