apply_filters( 'get_the_date', $the_date, $format, $post )
get_the_date: 这个函数检索当前文章的日期,根据WordPress的设置进行格式化。
过滤发布文章的日期。
return apply_filters( 'get_the_date', $the_date, $format, $post );