enrolled
5 days ago
add-to-cart-edd.php
5 days ago
add-to-cart-tutor.php
11 months ago
add-to-cart-woocommerce.php
1 year ago
continue-lesson.php
3 years ago
course-benefits.php
2 months ago
course-content.php
2 months ago
course-entry-box.php
5 days ago
course-requirements.php
2 months ago
course-target-audience.php
2 months ago
course-topics.php
5 days ago
instructors.php
3 years ago
lead-info.php
9 months ago
material-includes.php
2 months ago
q_and_a_turned_off.php
3 years ago
reviews-loop.php
5 days ago
reviews.php
5 days ago
social_share.php
3 years ago
tags.php
3 years ago
wc-price-html.php
3 years ago
q_and_a_turned_off.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Template for displaying if Q&A feature goes turn off |
| 4 | * |
| 5 | * @package Tutor\Templates |
| 6 | * @subpackage Single\Course |
| 7 | * @author Themeum <support@themeum.com> |
| 8 | * @link https://themeum.com |
| 9 | * @since 1.0.0 |
| 10 | */ |
| 11 | |
| 12 | if ( ! defined( 'ABSPATH' ) ) { |
| 13 | exit; |
| 14 | } |
| 15 | ?> |
| 16 | |
| 17 | <div class="tutor-fs-1 tutor-fw-medium"><?php esc_html_e( 'This feature has been disabled by the administrator', 'tutor' ); ?></div> |
| 18 |