bbPress Search Widget.

Adds a widget which displays the forum search form.

since 2.3.0 bbPress (r4579)
package bbPress

 Methods

bbPress Search Widget.

__construct() 

Registers the search widget.

since 2.3.0 bbPress (r4579)

Output the search widget options form.

form($instance) 
since 2.3.0 bbPress (r4579)

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.3.0 bbPress (r4579)

Update the widget options.

update(array $new_instance, array $old_instance) 
since 2.3.0 bbPress (r4579)

Parameters

$new_instance

array

The new instance options.

$old_instance

array

The old instance options.

Displays the output, the search form.

widget($args, $instance) 
since 2.3.0 bbPress (r4579)

Parameters

$args

$instance