| @@ -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 |