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



get_the_modified_time › Filtr WordPress Hooks

Od4.6.0
Przestarzałyn/a
apply_filters( 'get_the_modified_time', $the_time, $format, $post )
Parametry: (3)
  • (string|int|false) $the_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
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the localized time a post was last modified.





Źródło

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