Used By
Used By | Description |
---|---|
wp-includes/post.php: get_lastpostmodified() | Get the most recent time that a post on the site was modified. |
Pre-filter the return value of get_lastpostmodified() before the query is run.
(string|false) The most recent time that a post was modified, in 'Y-m-d H:i:s' format, or false. Returning anything other than false will short-circuit the function.
(string) Location to use for getting the post modified date. See get_lastpostdate() for accepted $timezone
values.
(string) The post type to check.
File: wp-includes/post.php
Version | Description |
---|---|
4.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_lastpostmodified