bbp_form_reply_status_dropdown( $args = array() )
Output value reply status dropdown
Description Description
Parameters Parameters
- $args
-
(Optional) This function supports these arguments: - select_id: Select id. Defaults to bbp_reply_status - tab: Deprecated. Tabindex - reply_id: Reply id - selected: Override the selected option
Default value: array()
Source Source
File: includes/replies/template.php
function bbp_form_reply_status_dropdown( $args = array() ) { echo bbp_get_form_reply_status_dropdown( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |