apply_filters( 'get_lastpostmodified', string|false $lastpostmodified , string $timezone , string $post_type )
Filters the most recent time that a post on the site was modified.
Parameters
- $lastpostmodified
-
The most recent time that a post was modified, in 'Y-m-d H:i:s' format. False on failure.
- $timezone
-
Location to use for getting the post modified date.<br> See get_lastpostdate() for accepted
$timezone
values. - $post_type
-
The post type to check.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
5.5.0 | Added the $post_type parameter. |
2.3.0 | Introduced. |