get_post_modified_time – filter
Filters the localized time a post was last modified.
Parameters
- .
- ( 2.8.0 ) . .
- $time
- ( string|int ) Formatted date string or Unix timestamp if `$format` is ‘U’ or ‘G’. . . .
- ( string ) $format Format to use for retrieving the time the post was modified. Accepts ‘G’, ‘U’, or PHP date format. Default ‘U’. . . .
- ( bool ) $gmt Whether to retrieve the GMT time. Default false. . . .