LLMS_BBP_Widget_Course_Forums_List::__construct()

Constructor


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 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.