HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/bar.naniguide.com/wp-content/themes/laurent/coming-soon-page.php
<?php
/*
Template Name: Coming Soon Page
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<?php
	/**
	 * laurent_elated_action_header_meta hook
	 *
	 * @see laurent_elated_header_meta() - hooked with 10
	 * @see laurent_elated_user_scalable_meta() - hooked with 10
	 * @see laurent_core_set_open_graph_meta - hooked with 10
	 */
	do_action( 'laurent_elated_action_header_meta' );
	
	wp_head(); ?>
</head>
<body <?php body_class(); ?> itemscope itemtype="https://schema.org/WebPage">
    <?php do_action( 'laurent_elated_action_after_opening_body_tag' ); ?>
	<div class="eltdf-wrapper">
		<div class="eltdf-wrapper-inner">
			<div class="eltdf-content">
				<div class="eltdf-content-inner">
					<?php get_template_part( 'slider' ); ?>
					<div class="eltdf-full-width">
						<div class="eltdf-full-width-inner">
							<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
								<?php the_content(); ?>
							<?php endwhile; endif; ?>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
	<?php
	/**
	 * laurent_elated_action_before_closing_body_tag hook
	 *
	 * @see laurent_elated_get_side_area() - hooked with 10
	 * @see laurent_elated_smooth_page_transitions() - hooked with 10
	 */
	do_action( 'laurent_elated_action_before_closing_body_tag' ); ?>
	<?php wp_footer(); ?>
</body>
</html>