apply_filters( 'get_the_modified_time', string|bool $the_time , string $d , WP_Post|null $post )
Filters the localized time a post was last modified.
Description Description
Parameters Parameters
- $the_time
-
(string|bool) The formatted time or false if no post is found.
- $d
-
(string) 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
Source Source
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Added the $post parameter. |
2.0.0 | Introduced. |