HEX
Server: nginx/1.26.1
System: Linux main-vm 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.2.19
Disabled: NONE
Upload Files
File: /var/www/bellecouture/wp-content/themes/yena/footer.php
<?php
/**
 * The template for displaying the footer.
 * @package Yena WordPress theme
 */

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

        </main><!-- #main -->

        <?php do_action('yena/action/after_main'); ?>

        <?php
            do_action('yena/action/before_footer');

            if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
                do_action('yena/action/footer');
            }

            do_action('yena/action/after_footer');
        ?>
    </div><!-- #wrap -->

    <?php do_action('yena/action/after_wrap'); ?>

</div><!-- #outer-wrap-->

<?php do_action('yena/action/after_outer_wrap'); ?>

<div class="la-overlay-global"></div>

<?php wp_footer(); ?>
</body>
</html>