LLMS_BBP_Widget_Course_Forums_List::__construct()
Constructor
Contents
Source Source
File: includes/widgets/class.llms.bbp.widget.course.forums.list.php
public function __construct() {
$options = array(
'classname' => 'llms-bbp-widget-course-forums',
'description' => esc_html__( 'Displays a list of bbPress forums associated with the course.', 'lifterlms' ),
);
parent::__construct( 'llms_bbp_widget_course_forums_list', esc_html__( 'LifterLMS Course Forums List', 'lifterlms' ), $options );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.12.0 | Introduced. |