Filters the localized time a post was last modified, for display.
$get_the_modified_timestring|false$formatstringwp-includes/general-template.php:2880the_modified_time() * @since 2.0.0 * * @param string|false $get_the_modified_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. */ echo apply_filters( 'the_modified_time', get_the_modified_time( $format ), $format );} /** * 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.