当前浏览:首页 / WordPress函数 / get_the_modified_date()

get_the_modified_date( string $format = '', int|WP_Post $post = null ): string|int|false

检索最后一次修改文章的日期

datemore...

modified

themore...


参数

$formatstring可选
PHP日期格式。默认为'date_format'选项。

默认:''

$postint|WP_Post可选
Post ID或WP_Post对象。默认当前文章。

默认:null


返回

string|int|false 修改当前文章的日期。失败时为false。


钩子



源码

查看源码 官方文档


更新日志

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