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