HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/epamokos.kaunokolegija.lt/wp-content/plugins/lifterlms/templates/loop.php
<?php
/**
 * Generic loop template
 *
 * Utilized by both courses and memberships.
 *
 * @package LifterLMS/Templates
 *
 * @since 1.0.0
 * @since 5.8.0 Moved the main part in loop-main.php.
 * @version 5.8.0
 */

defined( 'ABSPATH' ) || exit;
?>
<?php get_header( 'llms_loop' ); ?>

<?php llms_get_template_part( 'loop', 'main' ); ?>

<?php
get_footer();