wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_the_modified_time › Les Filtres WordPress

Depuis4.6.0
Dépréciéen/a
apply_filters( 'get_the_modified_time', $the_time, $format, $post )
Paramètres: (3)
  • (string|int|false) $the_time The formatted time or false if no post is found.
    Requis: Oui
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format.
    Requis: Oui
  • (WP_Post|null) $post WP_Post object or null if no post is found.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the localized time a post was last modified.





Source

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