Description
Filters the returned comment date.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment-template.php | 623 |
Parameters
Type | Name | Description |
---|---|---|
string|int | $comment_date | Formatted date string or Unix timestamp. |
string | $format | PHP date format. |
WP_Comment | $comment | The comment object. |
PHP Doc
/**
* Filters the returned comment date.
*
* @since 1.5.0
*
* @param string|int $comment_date Formatted date string or Unix timestamp.
* @param string $format PHP date format.
* @param WP_Comment $comment The comment object.
*/