class-ld-cpt-widget.php 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php /** * Registers widget for displaying a list of lessons for a course and tracks lesson progress. * * @since 2.1.0 * * @package LearnDash\CPT */ if ( ! defined( 'ABSPATH' ) ) { exit; }