tools
3 years ago
add_new_instructor.php
2 years ago
addons.php
3 years ago
announcements.php
3 years ago
answer.php
3 years ago
course-bundle.php
2 years ago
course-list.php
2 years ago
enable_disable_addons.php
3 years ago
get-pro.php
2 years ago
instructors.php
2 years ago
question_answer.php
3 years ago
quiz_attempts.php
3 years ago
students.php
3 years ago
tools.php
3 years ago
tutor-pro-addons.php
2 years ago
uninstall.php
3 years ago
view_attempt.php
3 years ago
welcome.php
2 years ago
whats-new.php
2 years ago
withdraw_requests.php
2 years ago
get-pro.php
19 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Get Tutor Pro page |
| 4 | * |
| 5 | * @package Tutor\Views |
| 6 | * @author Themeum <support@themeum.com> |
| 7 | * @link https://themeum.com |
| 8 | * @since 2.0.0 |
| 9 | */ |
| 10 | |
| 11 | ?> |
| 12 | <div class="wrap"> |
| 13 | <a href="https://www.themeum.com/tutor-lms/pricing?utm_source=tutor_plugin_get_pro_page&utm_medium=wordpress_dashboard&utm_campaign=go_premium#comparison"><?php esc_html_e( 'Get pro plugin from themeum.com', 'tutor' ); ?></a> |
| 14 | </div> |
| 15 | |
| 16 | <script> |
| 17 | location.href = 'https://www.themeum.com/tutor-lms/pricing?utm_source=tutor_plugin_get_pro_page&utm_medium=wordpress_dashboard&utm_campaign=go_premium#comparison'; |
| 18 | </script> |
| 19 |