The migration from WPLMS to Masterstudy needs a bit of experience, i could do the migration for you for $300, but first let me show you a code snippets of some code for the migration, it might be useful for some of you
global $wpdb;
//$wpdb->query("UPDATE {$wpdb->posts} SET post_type = 'lp_course' WHERE post_type = 'course'");
$wpdb->query("UPDATE {$wpdb->posts} SET post_type = 'stm-lessons' WHERE post_type = 'unit'");
$wpdb->query("UPDATE {$wpdb->posts} SET post_type = 'stm-quizzes' WHERE post_type = 'quiz'");
$wpdb->query("UPDATE {$wpdb->posts} SET post_type = 'stm-questions' WHERE post_type = 'question'");
//Revert Taxonomies
$wpdb->query("UPDATE {$wpdb->term_taxonomy} SET taxonomy = 'stm_lms_course_taxonomy' WHERE taxonomy = 'course-cat'");
//$wpdb->query("UPDATE {$wpdb->term_taxonomy} SET taxonomy = 'question_tag' WHERE taxonomy = 'question-tag'");
If you need me to do the migration for you, send a payment to info(at)ahmadnaser.com paypal account, after that shoot me an email or send me a whatsapp message.
Regards
Leave a Reply