2798* @since 4.6.0 Added the `$post` parameter.2799*2800* @param string|int|false$the_time The formatted date orfalseif no post is found.2801* @param string$formatPHP date format.2802* @param WP_Post|null$post WP_Post objectornullif no post is found.2803*/2804returnapply_filters('get_the_modified_date',$the_time,$format,$post);2805}28062807/**2808* Displays the time of the post.2809*2810* @since 0.71
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.