%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/templates/single-course/tabs/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/templates/single-course/tabs/instructor.php

<?php
/**
 * Template for displaying instructor of single course.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/single-course/instructor.php.
 *
 * @author   ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.0
 */

/**
 * Prevent loading this file directly
 */
defined( 'ABSPATH' ) || exit();

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

<div class="course-author">

    <h3><?php _e( 'Instructor', 'learnpress' ); ?></h3>

	<?php do_action( 'learn-press/before-single-course-instructor' ); ?>

    <p class="author-name">
		<?php echo $course->get_instructor()->get_profile_picture(); ?>
		<?php echo $course->get_instructor_html(); ?>
    </p>

    <div class="author-bio">
		<?php echo $course->get_author()->get_description(); ?>
    </div>

	<?php do_action( 'learn-press/after-single-course-instructor' ); ?>

</div>

Zerion Mini Shell 1.0