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



get_the_modified_date › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'get_the_modified_date', $the_time, $format, $post )
Parameter: (3)
  • (string|int|false) $the_time The formatted date or false if no post is found.
    Erforderlich: Ja
  • (string) $format 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 date a post was last modified.





Quellcode

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