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



get_post_modified_time › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'get_post_modified_time', $time, $format, $gmt )
Paramètres: (3)
  • (string|int) $time Formatted date string or Unix timestamp if `$format` is 'U' or 'G'.
    Requis: Oui
  • (string) $format Format to use for retrieving the time the post was modified. Accepts 'G', 'U', or PHP date format. Default 'U'.
    Requis: Oui
  • (bool) $gmt Whether to retrieve the GMT time. Default false.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the localized time a post was last modified.





Source

return apply_filters( 'get_post_modified_time', $time, $format, $gmt );