bbp_dropdown( mixed $args = '' )

Output a select box allowing to pick which forum/topic a new topic/reply belongs in.

Description

Can be used for any post type, but is mostly used for topics and forums.

Parameters

$args

(mixed) (Optional) See bbp_get_dropdown() for arguments

Default value: ''

Source

File: bp-forums/common/template.php

function bbp_dropdown( $args = '' ) {
	echo bbp_get_dropdown( $args );
}

Changelog

Changelog
Version Description
bbPress (r2746) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.