%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/templates/loop/course/ |
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/templates/loop/course/students.php |
<?php /** * Template for displaying course students within the loop. * * This template can be overridden by copying it to yourtheme/learnpress/loop/course/students.php. * * @author ThimPress * @package Learnpress/Templates * @version 3.0.0 */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit(); $course = LP_Global::course(); ?> <span class="course-students"> <?php echo $course->get_students_html(); ?> </span>