过滤帖子发布的日期。
原型
apply_filters( 'get_the_date', string $the_date, string $d, int|WP_Post $post )
参数
$the_date
(string)
格式化的日期。
$d
(string)
PHP日期格式。如果未指定,则默认为“date_format”选项。
$post
(int|WP_Post)
帖子对象或ID。
源文件
路径:wp-includes/general-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_the_date/