PluginProbe
Tutor LMS – eLearning and online course solution / 1.4.1
Tutor LMS – eLearning and online course solution v1.4.1
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | classes/Tutor.php +2 -0 1.4.01.4.1 View file →
@@ -40,8 +40,9 @@
40 40 private $tools;
41 41 private $user;
42 42 private $theme_compatibility;
43 43 private $gutenberg;
44 + private $course_settings_tabs;
44 45
45 46 private $woocommerce;
46 47 private $edd;
47 48 private $withdraw;
@@ -109,8 +110,9 @@
109 110 $this->tools = new Tools();
110 111 $this->user = new User();
111 112 $this->theme_compatibility = new Theme_Compatibility();
112 113 $this->gutenberg = new Gutenberg();
114 + $this->course_settings_tabs = new Course_Settings_Tabs();
113 115 $this->woocommerce = new WooCommerce();
114 116 $this->edd = new TutorEDD();
115 117 $this->withdraw = new Withdraw();
116 118 $this->course_widget = new Course_Widget();