wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_comment_time › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'get_comment_time', $comment_time, $format, $gmt, $translate, $comment )
Parameter: (5)
  • (string|int) $comment_time The comment time, formatted as a date string or Unix timestamp.
    Erforderlich: Ja
  • (string) $format PHP date format.
    Erforderlich: Ja
  • (bool) $gmt Whether the GMT date is in use.
    Erforderlich: Ja
  • (bool) $translate Whether the time is translated.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned comment time.





Quellcode

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