announcements
4 years ago
assignments
4 years ago
elements
4 years ago
enrolled-courses
4 years ago
instructor
3 years ago
my-courses
4 years ago
my-quiz-attempts
4 years ago
notifications
4 years ago
question-answer
4 years ago
quiz-attempts
4 years ago
reviews
4 years ago
settings
3 years ago
withdraw-method-fields
4 years ago
announcements.php
4 years ago
assignments.php
4 years ago
create-course.php
3 years ago
dashboard.php
3 years ago
enrolled-courses.php
4 years ago
index.php
4 years ago
logged-in.php
4 years ago
my-courses.php
4 years ago
my-profile.php
4 years ago
my-quiz-attempts.php
4 years ago
purchase_history.php
4 years ago
question-answer.php
4 years ago
quiz-attempts.php
4 years ago
registration.php
4 years ago
reviews.php
4 years ago
settings.php
4 years ago
wishlist.php
4 years ago
withdraw.php
3 years ago
index.php
8 lines
| 1 | <?php |
| 2 | // This file is redundant. And will be emptied later. |
| 3 | // It is returned here to fix multiple dashboard issue in Avada. |
| 4 | // But still need to keep to prevent file not found error in Avada that causes if we delete it permanently. |
| 5 | // The tutor dashboard actually will be rendered using other hook. |
| 6 | return; |
| 7 | ?> |
| 8 |