[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.200.45: ~ $
<?php
/**
 * Template for review loop
 *
 * @package Tutor\Templates
 * @subpackage Single\Course
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 1.0.0
 */

foreach ( $reviews as $review ) : ?>
	<?php $profile_url = tutor_utils()->profile_url( $review->user_id, false ); ?>
	<div class="tutor-review-list-item tutor-card-list-item tutor-p-24 tutor-p-lg-40">
		<div class="tutor-row">
			<div class="tutor-col-lg-3 tutor-mb-16 tutor-mb-lg-0">
				<div class="tutor-mb-12">
					<?php
					echo wp_kses(
						tutor_utils()->get_tutor_avatar( $review->user_id, 'md' ),
						tutor_utils()->allowed_avatar_tags()
					);
					?>
				</div>

				<div class="tutor-reviewer-name tutor-fs-6 tutor-mb-4">
					<a href="<?php echo esc_url( $profile_url ); ?>" class="tutor-color-black">
						<?php echo esc_html( $review->display_name ); ?>
					</a>
				</div>

				<div class="tutor-reviewed-on tutor-fs-7 tutor-color-muted">
					<?php echo esc_html( sprintf( __( '%s ago', 'tutor' ), human_time_diff( strtotime( $review->comment_date ) ) ) ); ?>
				</div>
			</div>

			<div class="tutor-col-lg-9">
				<?php if ( 'hold' == $review->comment_status ) : ?>
					<div style="position:absolute; right:15px">
						<span class="tutor-badge-label label-warning">
							<?php esc_html_e( 'Pending', 'tutor' ); ?>
						</span>
					</div>
				<?php endif; ?>

				<?php tutor_utils()->star_rating_generator_v2( $review->rating, null, true, 'tutor-is-sm' ); ?>
				
				<div class="tutor-fs-7 tutor-color-secondary tutor-mt-12 tutor-review-comment">
					<?php
					//phpcs:ignore
					echo tutor_utils()->clean_html_content(
						nl2br( stripslashes( $review->comment_content ) ),
						array( 'br' => array() )
					);
					?>
				</div>
			</div>
		</div>
	</div>
<?php endforeach; ?>

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