wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_comment_date › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'get_comment_date', $comment_date, $format, $comment )
Parametri: (3)
  • (string|int) $comment_date Formatted date string or Unix timestamp.
    Richiesto:
  • (string) $format PHP date format.
    Richiesto:
  • (WP_Comment) $comment The comment object.
    Richiesto:
Definito a:
Codex:

Filters the returned comment date.





Sorgenti

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