announcements
1 year ago
assignments
8 months ago
elements
1 year ago
enrolled-courses
3 years ago
instructor
2 years ago
my-courses
1 year ago
my-quiz-attempts
3 years ago
notifications
3 years ago
question-answer
1 year ago
quiz-attempts
3 years ago
reviews
3 years ago
settings
1 year ago
withdraw-method-fields
3 years ago
announcements.php
1 year ago
assignments.php
10 months ago
create-course.php
1 year ago
dashboard.php
8 months ago
enrolled-courses.php
8 months ago
index.php
3 years ago
logged-in.php
3 years ago
my-courses.php
8 months ago
my-profile.php
9 months ago
my-quiz-attempts.php
3 years ago
purchase_history.php
10 months ago
question-answer.php
11 months ago
quiz-attempts.php
1 year ago
registration.php
2 years ago
reviews.php
3 years ago
settings.php
1 year ago
wishlist.php
1 year ago
withdraw.php
1 year ago
index.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * This file is redundant and will be emptied later. |
| 4 | * It is returned here to fix multiple dashboard issue in Avada. |
| 5 | * But still need to keep to prevent file not found error in Avada that causes if we delete it permanently. |
| 6 | * The tutor dashboard actually will be rendered using other hook. |
| 7 | * |
| 8 | * @package Tutor\Templates |
| 9 | * @subpackage Dashboard |
| 10 | * @author Themeum <support@themeum.com> |
| 11 | * @link https://themeum.com |
| 12 | * @since 1.0.0 |
| 13 | */ |
| 14 | |
| 15 | return; |
| 16 | |
| 17 |