PluginProbe
Tutor LMS – eLearning and online course solution / 2.5.0
Tutor LMS – eLearning and online course solution v2.5.0
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/Admin.php +4 -4 2.4.02.5.0 View file →
@@ -103,9 +103,9 @@
103 103 // Extendable action hook @since 2.2.0.
104 104 do_action( 'tutor_after_courses_menu' );
105 105
106 106 if ( ! $has_pro ) {
107 - add_submenu_page( 'tutor', __( 'Course Bundles', 'tutor' ), __( 'Course Bundle <span class="tutor-badge-new">New</span>', 'tutor' ), 'manage_tutor', 'course-bundle', array( $this, 'course_bundle_page' ) );
107 + add_submenu_page( 'tutor', __( 'Email', 'tutor' ), __( 'Email <span class="tutor-badge-new">Hot</span>', 'tutor' ), 'manage_tutor', 'new-key-feature', array( $this, 'feature_promotion_page' ) );
108 108 }
109 109
110 110 add_submenu_page( 'tutor', __( 'Categories', 'tutor' ), __( 'Categories', 'tutor' ), 'manage_tutor', 'edit-tags.php?taxonomy=course-category&post_type=' . $course_post_type, null );
111 111
@@ -142,16 +142,16 @@
142 142 }
143 143 }
144 144
145 145 /**
146 - * Show Course Bundle Page For Free User.
146 + * Show Feature Promotion Page for Free User.
147 147 *
148 148 * @since 2.2.0
149 149 *
150 150 * @return void
151 151 */
152 - public function course_bundle_page() {
153 - include tutor()->path . 'views/pages/course-bundle.php';
152 + public function feature_promotion_page() {
153 + include tutor()->path . 'views/pages/feature-promotion.php';
154 154 }
155 155
156 156 /**
157 157 * Show students page