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()


Top ↑

Source Source

File: includes/common/template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.