<?php
/**
* footer.php
* @package WordPress
* @subpackage Ignavo
* @since Ignavo 1.0
*
*/
?>
<?php get_template_part( 'includes/footer/models/featured-box' ); ?>
</div><!-- main-content -->
<?php ignavo_do_action( 'ignavo_before_main_footer'); ?>
<?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) { ?>
<?php
/**
* Hook: ignavo_main_footer
*
* @hooked ignavo_main_footer_function - 10
*/
do_action( 'ignavo_main_footer' );
?>
<?php } ?>
<?php ignavo_do_action( 'ignavo_after_main_footer'); ?>
</div><!-- page-content -->
<?php wp_footer(); ?>
</body>
</html>