HEX
Server: nginx/1.17.4
System: Linux hosting 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3 (2019-09-02) x86_64
User: www (1001)
PHP: 7.4.19
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/pulitocucito.it/wp-content/themes/laundry/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Laundry
 */

$laundry_opt = laundry_get_options();
?>
</main>
<?php
$theme = isset( $laundry_opt['laundry_demo_select'] ) ? $laundry_opt['laundry_demo_select'] : 1;
if ( $theme == '2' ) {
	$footer_style = '2';
} else {
	$footer_style = '1';
}
if ( $laundry_opt['elementor_on_off'] != 0 ) :
	get_template_part( 'template-parts/footer/footer-elementor' );
else :
	get_template_part( 'template-parts/footer/footer', $footer_style );
endif;
?>
<?php wp_footer(); ?>
<?php
if ( laundry_services_options( 'is_modal_enable' ) ) {
	get_template_part( 'template-parts/modal' );
}
?>
<?php if ( $theme == '2' ) { ?>
<div class="modal fade" id="couponForm" tabindex="-1" role="dialog" aria-label="myModalLabel" aria-hidden="true">
	<div class="modal-dialog modal-md">
		<div class="modal-content ">
			<div class="modal-body form-default modal-layout-dafault">
				<button type="button" class="close" data-dismiss="modal" aria-hidden="true"><span class="icons-860796"></span></button>
				
			</div>
			<div class="modal-footer">
				<button type="button" id="btn_save_close" class="button" data-dismiss="modal"><?php echo esc_html__( 'Close', 'laundry' ); ?></button>
				<button id="btn_save_and_close_for_ele" type="button" class="button"><?php echo esc_html__( 'Print', 'laundry' ); ?></button>
			</div>
		</div>
	</div>
</div>
<?php } ?>
</body>
</html>