3014* @since 4.6.0 Added the `$post` parameter.3015*3016* @param string|int|false$the_time The formatted date orfalseif no post is found.3017* @param string$formatPHP date format.3018* @param WP_Post|null$post WP_Post objectornullif no post is found.3019*/3020returnapply_filters('get_the_modified_date',$the_time,$format,$post);3021}30223023/**3024* Displays the time of the post.3025*3026* @since 0.71
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.