bbp_reply_id( $reply_id )

Output reply id


Description Description


Parameters Parameters

$reply_id

(Optional) Used to check emptiness


Top ↑

Source Source

File: includes/replies/template.php

function bbp_reply_id( $reply_id = 0 ) {
	echo bbp_get_reply_id( $reply_id );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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