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