2665* @since 4.6.0 Added the `$post` parameter.2666*2667* @param string|int|false$the_time The formatted date orfalseif no post is found.2668* @param string$formatPHP date format.2669* @param WP_Post|null$post WP_Post objectornullif no post is found.2670*/2671returnapply_filters('get_the_modified_date',$the_time,$format,$post);2672}26732674/**2675* Displays the time at which the post was written.2676*2677* @since 0.71
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.