wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_modified_time › Filtr WordPress Hooks

Od2.0.0
Przestarzałyn/a
apply_filters( 'the_modified_time', get_the_modified_time( $format )
Parametry: (2)
  • (string|false) $get_the_modified_time The formatted time or false if no post is found.
    Wymagane: Tak
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the localized time a post was last modified, for display.





Źródło

echo apply_filters( 'the_modified_time', get_the_modified_time( $format ), $format );