Warning: This function has been deprecated. bbPress (r5059) instead.
bbp_topic_type_select( $args = array() )
Displays topic type select box (normal/sticky/super sticky)
Description Description
Parameters Parameters
- $args
-
(Optional) This function supports these arguments: - select_id: Select id. Defaults to bbp_stick_topic - tab: Deprecated. Tabindex - topic_id: Topic id - selected: Override the selected option
Default value: array()
Source Source
File: includes/topics/template.php
function bbp_topic_type_select( $args = array() ) {
echo bbp_get_form_topic_type_dropdown( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.4.0 | bbPress (r5059) |
| 2.0.0 | Introduced. |