apply_filters( 'the_modified_time', string $get_the_modified_time, string $d )

Filters the localized time a post was last modified, for display.


Parameters

$get_the_modified_time

(string) The formatted time.

$d

(string) The time format. Accepts 'G', 'U', or php date format. Defaults to value specified in 'time_format' option.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.