bbp_reply_to_dropdown( int $reply_id )
Output a select box allowing to pick which reply an existing hierarchical reply belongs to.
Description Description
Parameters Parameters
- $reply_id
-
(Required)
Source Source
File: includes/replies/template.php
function bbp_reply_to_dropdown( $reply_id = 0 ) { echo bbp_get_reply_to_dropdown( $reply_id ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |