account
1 day ago
components
1 day ago
courses
1 day ago
discussions
1 day ago
elements
1 day ago
instructor
1 day ago
my-courses
1 year ago
my-quiz-attempts
1 day ago
quiz-attempts
1 day ago
student
1 day ago
wishlist
1 day ago
announcements.php
1 day ago
courses.php
1 day ago
create-course.php
1 day ago
dashboard.php
1 day ago
discussions.php
1 day ago
index.php
3 years ago
logged-in.php
3 years ago
my-courses.php
1 day ago
my-quiz-attempts.php
1 day ago
quiz-attempts.php
1 day ago
registration.php
1 day ago
wishlist.php
1 day 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 |