bbp_reply_topic_id( int $reply_id )
Output the topic id a reply belongs to
Description Description
Parameters Parameters
- $reply_id
-
(Optional) Reply id
Source Source
File: includes/replies/template.php
function bbp_reply_topic_id( $reply_id = 0 ) { echo bbp_get_reply_topic_id( $reply_id ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |