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



get_comment_time › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'get_comment_time', $comment_time, $format, $gmt, $translate, $comment )
Paramètres: (5)
  • (string|int) $comment_time The comment time, formatted as a date string or Unix timestamp.
    Requis: Oui
  • (string) $format PHP date format.
    Requis: Oui
  • (bool) $gmt Whether the GMT date is in use.
    Requis: Oui
  • (bool) $translate Whether the time is translated.
    Requis: Oui
  • (WP_Comment) $comment The comment object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the returned comment time.





Source

return apply_filters( 'get_comment_time', $comment_time, $format, $gmt, $translate, $comment );