wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_get_lastpostmodified › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'pre_get_lastpostmodified', false, $timezone, $post_type )
Parameters: (3)
  • () lastpostmodified 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.
    Required: Yes
  • () timezone Location to use for getting the post modified date. See get_lastpostdate() for accepted `$timezone` values.
    Required: Yes
  • () post_type The post type to check.
    Required: Yes
Defined at:
Codex:

Pre-filter the return value of get_lastpostmodified() before the query is run.





Source

$lastpostmodified = apply_filters( 'pre_get_lastpostmodified', false, $timezone, $post_type );