W3cubDocs

/WordPress

apply_filters( 'get_the_modified_time', string|bool $the_time, string $format, WP_Post|null $post )

Filters the localized time a post was last modified.

Parameters

$the_time

(string|bool) The formatted time or false if no post is found.

$format

(string) Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format. Defaults to value specified in 'time_format' option.

$post

(WP_Post|null) WP_Post object or null if no post is found.

Source

File: wp-includes/general-template.php

View on Trac

Changelog

Version Description
4.6.0 Added the $post parameter.
2.0.0 Introduced.

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