HEX
Server: Apache/2
System: Linux server1c 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64
User: jandjware (1008)
PHP: 8.2.23
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/jandjware/public_html/wp-content/plugins/royal-elementor-addons/modules/popup/editor.php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

// Elementor Instance
$elementor_plugin = \Elementor\Plugin::$instance;

?>

<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
	<?php if ( ! current_theme_supports( 'title-tag' ) ) : ?>
		<title><?php echo esc_html(wp_get_document_title()); ?></title>
	<?php endif; ?>
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

	<div class="wpr-template-popup">
		<div class="wpr-template-popup-inner">

			<!-- Popup Overlay & Close Button -->
			<div class="wpr-popup-overlay"></div>

			<!-- Template Container -->
			<div class="wpr-popup-container">

				<!-- Popup Close Button -->
				<div class="wpr-popup-close-btn"><i class="eicon-close"></i></div>

				<div class="wpr-popup-container-inner">
					<?php $elementor_plugin->modules_manager->get_modules( 'page-templates' )->print_content(); ?>
				</div>

			</div>

		</div>
	</div>

	<?php wp_footer(); ?>

</body>
</html>