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


Top ↑

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

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.