get_the_modified_time – filter
Filters the localized time a post was last modified.
Parameters
- .
- ( 2.0.0 ) . .
- Added
- ( 4.6.0 ) the `$post` parameter. . . .
- $the_time
- ( string|int|false ) The formatted time or false if no post is found. . . .
- ( string ) $format Format to use for retrieving the time the post was modified. Accepts ‘G’, ‘U’, or PHP date format. . . .
- ( WP_Post|null ) $post WP_Post object or null if no post is found. . . .