[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.15.145.156: ~ $
<?php

/**
 * Course loop price
 *
 * @since v.1.0.0
 * @author themeum
 * @url https://themeum.com
 *
 *
 * @package TutorLMS/Templates
 * @version 1.4.3
 */
?>

<div class="tutor-course-loop-price">
    <?php
    $course_id = get_the_ID();
    $enroll_btn = '<div  class="tutor-loop-cart-btn-wrap">' . apply_filters( 'tutor_course_restrict_new_entry', '<a href="'. get_the_permalink(). '">'.__('Get Enrolled', 'zilom'). '</a>' ) . '</div>';
    $price_html = '<div class="price"> ' . esc_html__('Free', 'zilom') . $enroll_btn . '</div>';
    if (tutor_utils()->is_course_purchasable()) {
	    $enroll_btn = tutor_course_loop_add_to_cart(false);

	    $product_id = tutor_utils()->get_course_product_id($course_id);
	    $price_html = '<div class="price"> ' . apply_filters( 'tutor_course_restrict_new_entry', $enroll_btn ) . ' </div>';
    }

    echo wp_kses($price_html, true);
    ?>
</div>

Filemanager

Name Type Size Permission Actions
content Folder 0755
add-to-cart-edd.php File 1.13 KB 0644
add-to-cart-woocommerce.php File 2.19 KB 0644
course-author.php File 342 B 0644
course-continue.php File 499 B 0644
course-in-cart.php File 566 B 0644
course-price-edd.php File 895 B 0644
course-price-woocommerce.php File 796 B 0644
course-price.php File 789 B 0644
course.php File 211 B 0644
end_content_wrap.php File 74 B 0644
footer.php File 2.01 KB 0644
header.php File 1.06 KB 0644
loop-after-content.php File 130 B 0644
loop-before-content.php File 130 B 0644
loop-end.php File 137 B 0644
loop-start.php File 1.34 KB 0644
meta.php File 1.31 KB 0644
rating.php File 510 B 0644
start_content_wrap.php File 95 B 0644
title.php File 306 B 0644
tutor-pagination.php File 691 B 0644