LLMS_Lab_Membership_Instructors_Module::__construct()
Contents
Source Source
public function __construct() {
parent::__construct(
array(
'name' => esc_html__( 'Membership Instructors', 'lifterlms' ),
'description' => esc_html__( 'Displays instructors for the current membership.', 'lifterlms' ),
'category' => esc_html__( 'LifterLMS Modules', 'lifterlms' ),
'dir' => LLMS_BB_MODULES_DIR . 'membership-instructors/',
'url' => LLMS_BB_MODULES_URL . 'membership-instructors/',
'editor_export' => false,
'enabled' => true,
)
);
}
Expand full source code Collapse full source code View on GitHub