HEX
Server: Apache
System: Linux mare-tim-wwwmocrea 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/www.mocrea.it/wp-content/themes/ottar/coming-soon-page.php
<?php
/*
Template Name: Coming Soon Page
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
    <?php
    /**
     * ottar_edge_action_header_meta hook
     *
     * @see ottar_edge_header_meta() - hooked with 10
     * @see ottar_edge_user_scalable_meta() - hooked with 10
     * @see ottar_core_set_open_graph_meta - hooked with 10
     */
    do_action('ottar_edge_action_header_meta');

    wp_head(); ?>
</head>
<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">
<?php
/**
 * ottar_edge_action_after_body_tag hook
 *
 * @see ottar_edge_get_side_area() - hooked with 10
 * @see ottar_edge_smooth_page_transitions() - hooked with 10
 */
do_action('ottar_edge_action_after_body_tag'); ?>

<div class="edgtf-wrapper">
    <div class="edgtf-wrapper-inner">
        <div class="edgtf-content">
            <div class="edgtf-content-inner">
                <?php get_template_part('slider'); ?>
                <div class="edgtf-full-width">
                    <div class="edgtf-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 wp_footer(); ?>
</body>
</html>