5 Minutes #Summery SummeryFilters the time a post was written. #Syntax Syntaxapply_filters( 'get_the_time', string $the_time, string $format, int|WP_Post $post ) #Parameters Parameters $the_time (string) The formatted time. $format (string) Format to use for retrieving the time the post was written. Accepts 'G', 'U', or PHP date format value specified in 'time_format' option. Default empty. $post (int|WP_Post) WP_Post object or ID. #Source Source File: wp-includes/general-template.php Advertisement #Changelog Changelog Changelog Version Description 1.5.0 Introduced. #Related Related Advertisement