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/content-no-access.php
<?php
/**
 * The Template for displaying all single courses.
 *
 * @author      codeBOX
 * @package     lifterLMS/Templates
 */

defined( 'ABSPATH' ) || exit;

global $post;
do_action( 'lifterlms_before_main_content' );
?>
	<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>


		<div class="llms-summary entry-content">
		<?php llms_print_notices(); ?>

			<?php
				do_action( 'before_lifterlms_no_access_main_content' );

				do_action( 'lifterlms_no_access_main_content' );

				do_action( 'after_lifterlms_no_access_main_content' );
			?>

		</div>

	</div>
<?php do_action( 'lifterlms_after_main_content' ); ?>