2809* @since 4.6.0 Added the `$post` parameter.2810*2811* @param string|int|false$the_time The formatted date orfalseif no post is found.2812* @param string$formatPHP date format.2813* @param WP_Post|null$post WP_Post objectornullif no post is found.2814*/2815returnapply_filters('get_the_modified_date',$the_time,$format,$post);2816}28172818/**2819* Displays the time of the post.2820*2821* @since 0.71
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.