[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@13.59.26.63: ~ $
<?php
/**
 * A single course loop rating
 *
 * @package Tutor\Templates
 * @subpackage CourseLoopPart
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 1.4.3
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$class               = isset( $class ) ? ' ' . $class : ' tutor-mb-8';
$show_course_ratings = apply_filters( 'tutor_show_course_ratings', true, get_the_ID() );
?>

<div class="tutor-course-ratings<?php echo esc_html( $class ); ?>">
	<?php if ( $show_course_ratings ) : ?>
	<div class="tutor-ratings">
		<div class="tutor-ratings-stars">
			<?php
				$course_rating = tutor_utils()->get_course_rating();
				tutor_utils()->star_rating_generator_course( $course_rating->rating_avg );
			?>
		</div>

		<?php if ( $course_rating->rating_avg > 0 ) : ?>
			<div class="tutor-ratings-average">
				<?php echo esc_html( apply_filters( 'tutor_course_rating_average', $course_rating->rating_avg ) ); ?>
			</div>
			<div class="tutor-ratings-count">
				(<?php echo esc_html( $course_rating->rating_count > 0 ? $course_rating->rating_count : 0 ); ?>)
			</div>
		<?php endif; ?>
	</div>
	<?php endif; ?>
</div>
<?php do_action( 'tutor_after_course_loop_rating', get_the_ID() ); ?>

Filemanager

Name Type Size Permission Actions
add-to-cart-edd.php File 1.37 KB 0644
add-to-cart-tutor.php File 1.43 KB 0644
add-to-cart-woocommerce.php File 2.49 KB 0644
course-author.php File 1.44 KB 0644
course-continue.php File 2.12 KB 0644
course-in-cart.php File 1.43 KB 0644
course-price-edd.php File 4.07 KB 0644
course-price-tutor.php File 3.71 KB 0644
course-price-woocommerce.php File 4.42 KB 0644
course-price.php File 4.45 KB 0644
course.php File 1.56 KB 0644
end_content_wrap.php File 195 B 0644
enrolled-course-progress.php File 986 B 0644
footer.php File 239 B 0644
header.php File 1.23 KB 0644
loop-after-content.php File 232 B 0644
loop-before-content.php File 268 B 0644
loop-end.php File 232 B 0644
loop-start.php File 581 B 0644
meta.php File 2.44 KB 0644
rating.php File 1.18 KB 0644
start_content_wrap.php File 221 B 0644
thumbnail.php File 619 B 0644
title.php File 364 B 0644