apply_filters( 'the_modified_date', string $the_modified_date, string $d, string $before, string $after )

Filters the date a post was last modified for display.


Parameters

$the_modified_date

(string) The last modified date.

$d

(string) PHP date format. Defaults to 'date_format' option if not specified.

$before

(string) HTML output before the date.

$after

(string) HTML output after the date.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.1.0 Introduced.