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



get_post_modified_time › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'get_post_modified_time', $time, $format, $gmt )
Parameter: (3)
  • (string|int) $time Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Erforderlich: Ja
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format. Default 'U'.
    Erforderlich: Ja
  • (bool) $gmt Whether to retrieve the GMT time. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the localized time a post was last modified.





Quellcode

return apply_filters( 'get_post_modified_time', $time, $format, $gmt );