HEX
Server: LiteSpeed
System: Linux l24.yourwebhosting.net 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: turkishi (1582)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/turkishi/public_html/wp-content/plugins/learnpress/templates/global/lp-modal-overlay.php
<?php
/**
 * Template for displaying modal overlay.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/global/lp-modal-overlay.php.
 *
 * @author  tungnx
 * @package  Learnpress/Templates
 * @version  1.0.0
 */

?>

<div class="lp-modal-dialog">
	<div class="lp-modal-content">
		<div class="lp-modal-header">
			<h3 class="modal-title">Modal title</h3>
		</div>
		<div class="lp-modal-body">
			<div class="main-content">Main Content</div>
		</div>
		<div class="lp-modal-footer">
			<button type="button" class="lp-button btn-no"><?php esc_html_e( 'No' ); ?></button>
			<button type="button" class="lp-button btn-yes"><?php esc_html_e( 'Yes' ); ?></button>
		</div>
	</div>
</div>