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



get_the_modified_time › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'get_the_modified_time', $the_time, $format, $post )
Parameter: (3)
  • (string|int|false) $the_time The formatted time or false if no post is found.
    Erforderlich: Ja
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
    Erforderlich: Ja
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the localized time a post was last modified.





Quellcode

return apply_filters( 'get_the_modified_time', $the_time, $format, $post );