apply_filters( 'get_lastpostmodified', string $lastpostmodified , string $timezone )
Filters the most recent time that a post was modified.
Description Description
Parameters Parameters
- $lastpostmodified
-
(string) The most recent time that a post was modified, in 'Y-m-d H:i:s' format.
- $timezone
-
(string) Location to use for getting the post modified date. See get_lastpostdate() for accepted
$timezone
values.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |