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>