BBP_Forums_Widget::__construct()
bbPress Forum Widget
Description Description
Registers the forum widget
Source Source
File: includes/common/widgets.php
public function __construct() { $widget_ops = apply_filters( 'bbp_forums_widget_options', array( 'classname' => 'widget_display_forums', 'description' => esc_html__( 'A list of forums with an option to set the parent.', 'bbpress' ), 'customize_selective_refresh' => true ) ); parent::__construct( false, esc_html__( '(bbPress) Forums List', 'bbpress' ), $widget_ops ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |