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