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