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