pre_get_lastpostmodified钩子是Wordpress钩子,过滤器::在运行查询之前预过滤get_lastpostmodified()的返回值。
apply_filters( ‘pre_get_lastpostmodified’, string|false $lastpostmodified, string $timezone, string $post_type )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$lastpostmodified | (string | false) | 最近一次以“Y-m-d H:i:s”格式修改帖子,或为false。返回除false以外的任何值都会使函数短路。 |
$timezone | (string) | 用于获取后期修改日期的位置。有关接受的$timezone值,请参见get_lastpostdate()。 |
$post_type | (string) | 要检查的邮件类型。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/post.php:6470 | 1 | 0 |