bbp_dropdown( array $args = array() )
Output a select box allowing to pick which forum/topic a new topic/reply belongs in.
Description Description
Can be used for any post type, but is mostly used for topics and forums.
Parameters Parameters
- $args
-
(Optional) See bbp_get_dropdown() for arguments
Default value: array()
Source Source
File: includes/common/template.php
function bbp_dropdown( $args = array() ) { echo bbp_get_dropdown( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |