Filters the localized time a post was last modified.
$the_timestring|int|false$formatstring$postWP_Post|nullwp-includes/general-template.php:3267get_the_modified_time() * * @param string|int|false $the_time The formatted time or false if no post is found. * @param string $format Format to use for retrieving the time the post * was modified. Accepts 'G', 'U', or PHP date format. * @param WP_Post|null $post WP_Post object or null if no post is found. */ return apply_filters( 'get_the_modified_time', $the_time, $format, $post );} /** * Retrieves the time at which the post was last modified. * * @since 2.0.0Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.