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