W3cubDocs

/WordPress

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

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

Parameters

$get_the_modified_time

(string) The formatted time.

$format

(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 Trac

Changelog

Version Description
2.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_modified_time