HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/doccure-wp/wp-content/themes/doccure/template-parts/404/content-static.php
<div class="fof-page-container">
    <div class="container">
        <div id="primary" class="content-area">
            <main id="main" class="site-main">
                <section class="section text-center error-404 not-found">
                    <header class="page-header">
                        <h1 class="page-title">
                            <?php echo !empty(doccure_get_option('fof_page_title')) ? esc_html(doccure_get_option('fof_page_title')) : esc_html__('404', 'doccure'); ?>
                        </h1>
                    </header><!-- .page-header -->
                    <div class="page-content">
                        <p>
                            <?php echo !empty(doccure_get_option('fof_page_description')) ? esc_html(doccure_get_option('fof_page_description')) : esc_html__('It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'doccure'); ?>
                        </p>
                        <?php get_search_form(); ?>
                        <?php if (doccure_get_option('fof_page_back_to_home')) { ?>
                            <a href="<?php echo esc_url(get_home_url(), 'doccure'); ?>"
                               class="doccure_btn"
                               role="button"><?php esc_html_e('Back to Home', 'doccure'); ?></a>
                        <?php } ?>
                    </div><!-- .page-content -->
                </section><!-- .error-404 -->
            </main><!-- #main -->
        </div>
    </div>
</div>