[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.139.67.114: ~ $
<?php
/**
 * Template for displaying instructor of course within the loop.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/loop/course/instructor.php.
 *
 * @author  ThimPress
 * @package  Learnpress/Templates
 * @version  4.0.0
 */

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

$course  = learn_press_get_course();

$user_id = get_the_author_meta( 'ID' );
?>

<div class="course-author" itemscope itemtype="http://schema.org/Person">
	<?php echo '<a href="'.learn_press_user_profile_link( $user_id ).'">'.get_avatar( $user_id, 50 ) .'</a>'; ?>
	<div class="author-contain">
		<div class="value" itemprop="name">
			<?php
			if($course){
				echo $course->get_instructor_html();
			}
			?>
		</div>
	</div>
</div>

Filemanager

Name Type Size Permission Actions
instructor.php File 776 B 0644
pagination.php File 1.01 KB 0644
price.php File 1.11 KB 0644
students.php File 772 B 0644