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



get_comment_date › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'get_comment_date', $comment_date, $format, $comment )
Parameter: (3)
  • (string|int) $comment_date Formatted date string or Unix timestamp.
    Erforderlich: Ja
  • (string) $format PHP date format.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned comment date.





Quellcode

return apply_filters( 'get_comment_date', $comment_date, $format, $comment );