<?php
/**
* Template for displaying if Q&A feature goes turn off
*
* @package Tutor\Templates
* @subpackage Single\Course
* @author Themeum <support@themeum.com>
* @link https://themeum.com
* @since 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="tutor-fs-1 tutor-fw-medium"><?php esc_html_e( 'This feature has been disabled by the administrator', 'tutor' ); ?></div>