bbPress Forum Widget.

Adds a widget which displays the forum list.

since 2.0.0 bbPress (r2653)
package bbPress

 Methods

bbPress Forum Widget.

__construct() 

Registers the forum widget.

since 2.0.0 bbPress (r2653)

Output the forum widget options form.

form($instance) 
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 forum widget options.

update(array $new_instance, array $old_instance) 
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 forum list.

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

Parameters

$args

array

Arguments.

$instance

array

Instance.