LLMS_Widget_Course_Progress::__construct()

Register widget with WordPress.


Description Description


Source Source

File: includes/widgets/class.llms.widget.course.progress.php

	function __construct() {

		WP_Widget::__construct(
			'course_progress',
			__( 'Course Progress', 'lifterlms' ),
			array(
				'description' => __( 'Displays Course Progress on Course or Lesson', 'lifterlms' ),
			)
		);

	}

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: