File: //home/p8pyefaexf70/public_html/wp-content/themes/veres-child/footer.php
<?php
/**
* The template for displaying the footer.
* @package Veres WordPress theme
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
get_template_part('partials/default/footer');
}
?>
<div class="la-overlay-global"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<?php wp_footer(); ?>
</body>
</html>