[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.116.13.192: ~ $
<?php
/**
 * @package TutorLMS/Templates
 * @version 1.4.3
 */

global $post, $authordata;

$profile_url = tutor_utils()->profile_url($authordata->ID);
$course_students = tutor_utils()->count_enrolled_users_by_course();

?>

<div class="course-loop-meta">

    <div class="course-author">
        <div class="author-avatar">
            <a href="<?php echo esc_url($profile_url); ?>"> <?php echo tutor_utils()->get_tutor_avatar($post->post_author); ?></a>
        </div>
        <div class="author-name">
            <a href="<?php echo esc_url($profile_url); ?>"><?php echo get_the_author(); ?></a>
        </div>
    </div>

    <div class="course-user">
        <i class="fa fa-user"></i><span><?php echo esc_html($course_students); ?></span>
    </div>

    <div class="tutor-course-lising-category hidden">
        <?php
            $course_categories = get_tutor_course_categories();
            if(!empty($course_categories) && is_array($course_categories ) && count($course_categories)){
                foreach ($course_categories as $course_category){
                    $category_name = $course_category->name;
                    $category_link = get_term_link($course_category->term_id);
                    echo "<a href='$category_link'>$category_name </a>";
                }
            }
        ?>
    </div>

</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