当前浏览:首页 / WordPress钩子 / get_the_modified_date

apply_filters( 'get_the_modified_date', string|int|false $the_time, string $format, WP_Post|null $post )

过滤文章最后修改的日期

datemore...

modified

themore...


参数

$the_timestring|int|false
格式化日期,如果找不到文章,则为false。
$formatstring
PHP日期格式。
$postWP_Post|null
WP_Post对象,如果找不到post,则返回null。


源码

查看源码 官方文档


更新日志

版本描述
4.6.0添加了$post参数。
2.1.0开始引入