bbPress Topic Widget.

Adds a widget which displays the topic list.

since 2.0.0 bbPress (r2653)
package bbPress

 Methods

bbPress Topic Widget.

__construct() 

Registers the topic widget.

since 2.0.0 bbPress (r2653)

Output the topic widget options form.

form($instance = array()
since 2.0.0 bbPress (r2653)

Parameters

$instance

Instance.

Merge the widget settings into defaults array.

parse_settings($instance = array()
since 2.3.0 bbPress (r4802)

Parameters

$instance

Instance.

Register the widget.

register_widget() 
Static
since 2.0.0 bbPress (r3389)

Update the topic widget options.

update(array $new_instance = array(), array $old_instance = array()
since 2.0.0 bbPress (r2653)

Parameters

$new_instance

array

The new instance options.

$old_instance

array

The old instance options.

Displays the output, the topic list.

widget(array $args = array(), array $instance = array()
since 2.0.0 bbPress (r2653)

Parameters

$args

array

$instance

array