Current File : /home/getxxhzo/xpertbee.com/wp-content/plugins/tutor/templates/single/course/q_and_a_turned_off.php
<?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>