Dear LMS

A complete Learning Management System with courses, lessons, and topics using custom post types and drag-and-drop dashboard interface.

3 database tables

Table NameDescriptionMethod
wp_irb_lms_progressStores irb lms progress data created by this plugin.Static
wp_irb_progressStores irb progress data created by this plugin.Static
wp_lms_enrollmentsStores lms enrollments data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:dearlms_activatedOption key:dearlms_enable_progressOption key:dearlms_flush_rewrite_rulesOption key:dearlms_primary_colorOption key:dearlms_rewrite_versionOption key:dearlms_secondary_colorOption key:dearlms_text_colorOption key:dearlms_url_structureOption key:dearlms_version
wp_postmeta
Post meta
wp_posts
Custom post type:dearlms_courseCustom post type:dearlms_lessonCustom post type:dearlms_topic
wp_terms
Custom taxonomy:dearlms_course_categoryCustom taxonomy:dearlms_course_difficulty
wp_usermeta
User meta