bbp_form_topic_type_dropdown( $args = '' )

Displays topic type select box (normal/sticky/super sticky)

Description

Parameters

$args

(Optional) This function supports these arguments: - select_id: Select id. Defaults to bbp_stick_topic - tab: Tabindex - topic_id: Topic id - selected: Override the selected option

Default value: ''

Source

File: bp-forums/topics/template.php

function bbp_form_topic_type_dropdown( $args = '' ) {
	echo bbp_get_form_topic_type_dropdown( $args );
}

Changelog

Changelog
Version Description
bbPress (r5059) 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.