CourseTransit

Connect Moodle with WooCommerce. Sync courses, sell them as WooCommerce products, and automatically enroll students after purchase.

4 database tables

Table NameDescriptionMethod
wp_coursetransit_coursesStores coursetransit courses data created by this plugin.Static
wp_coursetransit_instructor_course_mapStores coursetransit instructor course map data created by this plugin.Static
wp_coursetransit_instructorsStores coursetransit instructors data created by this plugin.Static
wp_coursetransit_logsA logging table that records activity, events, or audit history.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:coursetransit_db_versionOption key:coursetransit_email_templatesOption key:coursetransit_log_settingsOption key:coursetransit_moodle_urlOption key:coursetransit_settingsOption key:woocommerce_enable_checkout_login_reminderOption key:woocommerce_enable_signup_and_login_from_checkoutOption key:woocommerce_registration_generate_password
wp_postmeta
Post meta
wp_posts
Custom post type:ctransit_instructor