bbp_reply_post_date( int $reply_id, bool $humanize = false, bool $gmt = false )
Output the post date and time of a reply
Description Description
Parameters Parameters
- $reply_id
-
(Optional) Reply id.
- $humanize
-
(Optional) Humanize output using time_since
Default value: false
- $gmt
-
(Optional) Use GMT
Default value: false
Source Source
File: includes/replies/template.php
function bbp_reply_post_date( $reply_id = 0, $humanize = false, $gmt = false ) { echo bbp_get_reply_post_date( $reply_id, $humanize, $gmt ); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |