ecommerce
2 months ago
tools
2 months ago
add_new_instructor.php
2 years ago
addons.php
1 year ago
announcements.php
2 months ago
answer.php
3 years ago
course-builder.php
1 year ago
course-list.php
2 months ago
enable_disable_addons.php
10 months ago
feature-promotion.php
2 years ago
get-pro.php
8 months ago
instructors.php
2 months ago
question_answer.php
11 months ago
quiz_attempts.php
9 months ago
students.php
2 months ago
tools.php
3 years ago
view_attempt.php
5 months ago
welcome.php
1 year ago
whats-new.php
11 months ago
withdraw_requests.php
2 months 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://tutorlms.com/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://tutorlms.com/pricing/?utm_source=tutor_plugin_get_pro_page&utm_medium=wordpress_dashboard&utm_campaign=go_premium#comparison'; |
| 18 | </script> |
| 19 |