过滤撰写帖子以供显示的时间。
原型
apply_filters( 'the_time', string $get_the_time, string $d )
参数
$get_the_time
(string)
格式化的时间。
$d
(string)
时间格式。接受’G’,‘U’或php日期格式。
源文件
路径:wp-includes/general-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_time/