apply_filters( 'get_lastpostmodified', string $lastpostmodified , string $timezone )
Filters the date the last post was modified.
Parameters
- $lastpostmodified
-
Date the last post was modified.
- $timezone
-
Location to use for getting the post modified date. See get_lastpostdate() for accepted
$timezone
values.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
WP-2.3.0 | Introduced. |