apply_filters( 'get_post_modified_time', string $time, string $d, bool $gmt )

Filters the localized time a post was last modified.


Parameters

$time

(string) The formatted time.

$d

(string) The date format. Accepts 'G', 'U', or php date format. Default 'U'.

$gmt

(bool) Whether to return the GMT time. Default false.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.