apply_filters( 'get_the_modified_time', string|int|false $the_time , string $format , WP_Post|null $post )
Filters the localized time a post was last modified.
Parameters
- $the_time
-
The formatted time or false if no post is found.
- $format
-
Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
- $post
-
WP_Post object or null if no post is found.
Source
Changelog
Version | Description |
---|---|
4.6.0 | Added the $post parameter. |
2.0.0 | Introduced. |