apply_filters( 'the_time', string $get_the_time , string $format )
Filters the time a post was written for display.
Parameters
- $get_the_time
-
The formatted time.
- $format
-
Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format.
Source
Changelog
Version | Description |
---|---|
0.71 | Introduced. |