wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_the_modified_time › Hooks de Filtros WordPress

Desde4.6.0
Obsoleton/a
apply_filters( 'get_the_modified_time', $the_time, $format, $post )
Parâmetros: (3)
  • (string|int|false) $the_time The formatted time or false if no post is found.
    Required: Yes
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
    Required: Yes
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Required: Yes
Definido em:
Codex:

Filters the localized time a post was last modified.





Fonte

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