apply_filters( 'the_modified_time', string|false $get_the_modified_time , string $format )
Filters the localized time a post was last modified, for display.
Parameters
- $get_the_modified_time
-
The formatted time or false if no post is found.
- $format
-
Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |