Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/wp-content/plugins/learnpress/templates/single-course/
Upload File :
Current File : /home/escuelai/public_html/wp-content/plugins/learnpress/templates/single-course/extra-info.php

<?php
/**
 * Template for displaying extra info as toggle
 *
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 4.0.0
 */

defined( 'ABSPATH' ) || exit;

if ( ! isset( $title ) || ! isset( $items ) ) {
	return;
}
?>

<div class="course-extra-box">
	<h3 class="course-extra-box__title">
		<?php echo esc_html( $title ); ?>
	</h3>

	<div class="course-extra-box__content">
		<div class="course-extra-box__content-inner">
			<ul>
				<?php foreach ( $items as $item ) : ?>
				<li><?php echo wp_kses_post( $item ); ?></li>
				<?php endforeach; ?>
			</ul>
		</div>
	</div>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists