%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/plugins/learnpress/templates/single-course/ |
Current File : /var/www/html/itworks/wp-content/plugins/learnpress/templates/single-course/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( 'About the Instructor', 'learnpress' ); ?></h3> <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> </div>