bbp_form_forum_status_dropdown( $args = array() )

Output value forum status dropdown


Description Description


Parameters Parameters

$args

(Optional) This function supports these arguments: - select_id: Select id. Defaults to bbp_forum_status - tab: Deprecated. Tabindex - forum_id: Forum id - selected: Override the selected option

Default value: array()


Top ↑

Source Source

File: includes/forums/template.php

function bbp_form_forum_status_dropdown( $args = array() ) {
	echo bbp_get_form_forum_status_dropdown( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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