get_comment_date WordPress Filter Hook

The get_comment_date hook is used to display the date a comment was made. This hook is used in the default comments template.

apply_filters( 'get_comment_date', string|int $date, string $format, WP_Comment $comment ) #

Filters the returned comment date.


Parameters

$date

(string|int)Formatted date string or Unix timestamp.

$format

(string)PHP date format.

$comment

(WP_Comment)The comment object.


Top ↑

Source

File: wp-includes/comment-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
1.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More