wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_lastpostmodified › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone, $post_type )
Parameter: (3)
  • () lastpostmodified The most recent time that a post was modified, in 'Y-m-d H:i:s' format. False on failure.
    Erforderlich: Ja
  • () timezone Location to use for getting the post modified date. See get_lastpostdate() for accepted `$timezone` values.
    Erforderlich: Ja
  • () post_type The post type to check.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the most recent time that a post on the site was modified.





Quellcode

return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone, $post_type );