bbPress Views Widget.

Adds a widget which displays the view list.

since 2.0.0 bbPress (r3020)
package bbPress

 Methods

bbPress View Widget.

__construct() 

Registers the view widget.

since 2.0.0 bbPress (r3020)

Output the view widget options form.

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

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 view widget options.

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

Parameters

$new_instance

array

The new instance options.

$old_instance

array

The old instance options.

Displays the output, the view list.

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

Parameters

$args

array

Arguments.

$instance

array

Instance.