过滤修改上一篇文章的日期。
原型
apply_filters( 'get_lastpostmodified', string $lastpostmodified, string $timezone )
参数
$lastpostmodified
(string)
修改上一篇文章的日期。
$timezone
(string)
获取帖子修改日期的位置。有关已接受的$ timezone值,请参阅get_lastpostdate()。
源文件
路径:wp-includes/post.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/get_lastpostmodified/