WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_comment_date

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 569 /**
* Filters the returned comment date.
*
* @since 1.5.0
*
* @param string|int $date Formatted date string or Unix timestamp.
* @param string $format PHP date format.
* @param WP_Comment $comment The comment object.
*/

Hook Parameters

Parameter Type Name Description
string|int $date Formatted date string or Unix timestamp.
string $format PHP date format.
WP_Comment $comment The comment object.