Summery Summery
Filters the localized time a post was last modified.
Syntax Syntax
Parameters Parameters
- $the_time
-
The formatted time or false if no post is found.
- $format
-
Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format. Defaults to value specified in 'time_format' option.
- $post
-
WP_Post object or null if no post is found.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Added the $post parameter. |
2.0.0 | Introduced. |