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


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.