Create HTML dropdown list of bbPress replies.

package bbPress
subpackage Classes
since 2.6.0 bbPress (r5389)

 Methods

Confirm the tree_type

__construct() 
since 2.6.0 bbPress (r5389)

start_el()

start_el(string $output, object $object, integer $depth = 0, array $args = array(), integer $current_object_id = 0
see
since 2.6.0 bbPress (r5389)

Parameters

$output

string

Passed by reference. Used to append additional content.

$object

object

Post data object.

$depth

integer

Depth of post in reference to parent posts. Used for padding.

$args

array

Uses 'selected' argument for selected post to set selected HTML attribute for option element.

$current_object_id

integer

Not Used

 Properties

 

$db_fields

$db_fields : array

Default

array('parent' => 'reply_to', 'id' => 'ID')
see
since 2.6.0 bbPress (r5389)
 

$tree_type

$tree_type : string

Default

'reply'
see
since 2.6.0 bbPress (r5389)