[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.222.108.185: ~ $
<?php

/**
 * Course loop price
 *
 * @since v.1.0.0
 * @author themeum
 * @url https://themeum.com
 *
 * @package TutorLMS/Templates
 * @version 1.4.3
 */
?>
<?php
$course_id = get_the_ID();
?>
<div class="course-loop-price">
    <?php
        $default_price = apply_filters('tutor-loop-default-price', esc_html__('Free', 'zilom'));
        $price_html = '<div class="price"> ' . $default_price . '</div>';
        if (tutor_utils()->is_course_purchasable()) {
           $product_id = tutor_utils()->get_course_product_id($course_id);
           $product    = wc_get_product( $product_id );
           if ( $product ) {
              $price_html = '<div class="price">'. $product->get_price_html() . ' </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