wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comment_date › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'get_comment_date', $comment_date, $format, $comment )
Parameters: (3)
  • (string|int) $comment_date Formatted date string or Unix timestamp.
    Required: Yes
  • (string) $format PHP date format.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
Defined at:
Codex:

Filters the returned comment date.





Source

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