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/single-certificate.php
<?php
/**
 * Display a single certificate.
 *
 * @package LifterLMS/Templates
 *
 * @since Unknown
 * @since 6.0.0 Use custom header and footer templates in favor of the templates provided by the current theme.
 * @version 6.0.0
 */

defined( 'ABSPATH' ) || exit;

llms_get_template( 'certificates/header.php' );

while ( have_posts() ) :

	the_post();
	llms_get_template_part( 'content', 'certificate' );

endwhile;

llms_get_template( 'certificates/footer.php' );