说明
根据时区检索最后一篇日志的最后修改时间。
默认值是服务器的时区,即GMT和服务器时间的差别。'blog'的值就是最后一篇日志的修改日期。'gmt'则是最后一篇日志修改时的GMT格式日期。
用法
<?php get_lastpostmodified( $timezone ) ?>
参数
$timezone
(字符串)(可选)获取时间的地址。参数值可为 'gmt', 'blog'或'server'
默认值:'server'
返回的值
(字符串)
最后一篇日志的修改时间
示例
注释
- 用法:用apply_filters()调用'get_lastpostmodified' 过滤器
- 使用全局变量:(混合)$cache_lastpostmodified存储最后一篇日志的修改日期
- 使用全局变量:(对象) $wpdb
- 使用全局变量:(整数)$blog_id,博客ID。
函数历史
始见于1.2.0版本
源文件
get_lastpostmodified()位于 wp-includes/post.php中。
分类:中文手册