Sindbad~EG File Manager

Current Path : /home/frekansk/.trash/wp-content/plugins/learnpress/templates/single-course/meta/
Upload File :
Current File : //home/frekansk/.trash/wp-content/plugins/learnpress/templates/single-course/meta/instructor.php

<?php
/**
 * Template for displaying course instructor in primary-meta section.
 *
 * @version 4.0.0
 * @author  ThimPress
 * @package LearnPress/Templates
 */

defined( 'ABSPATH' ) || exit;

$course = LP_Global::course();
?>

<div class="meta-item meta-item-instructor">
	<div class="meta-item__image">
		<?php echo $course->get_instructor()->get_profile_picture(); ?>
	</div>
	<div class="meta-item__value">
		<label><?php esc_html_e( 'Instructor', 'learnpress' ); ?></label>
		<div><?php echo $course->get_instructor_html(); ?></div>
	</div>
</div>

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