apply_filters( 'the_modified_time', string $get_the_modified_time , string $d )
Filters the localized time a post was last modified, for display.
Description Description
Parameters Parameters
- $get_the_modified_time
-
(string) The formatted time.
- $d
-
(string) The time format. Accepts 'G', 'U', or php date format. Defaults to value specified in 'time_format' option.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |