BBP_Search_Widget::__construct()
bbPress Search Widget
Description Description
Registers the search widget
Source Source
File: includes/common/widgets.php
public function __construct() { $widget_ops = apply_filters( 'bbp_search_widget_options', array( 'classname' => 'widget_display_search', 'description' => esc_html__( 'The bbPress forum search form.', 'bbpress' ), 'customize_selective_refresh' => true ) ); parent::__construct( false, esc_html__( '(bbPress) Forum Search Form', 'bbpress' ), $widget_ops ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |