File: /var/www/ecom/wp-content/themes/electro/footer-mobile-v2.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package electro
*/
?>
<?php
/**
*
*/
do_action( 'electro_content_bottom' ); ?>
</div><!-- .col-full -->
</div><!-- #content -->
<?php do_action( 'electro_before_mobile_footer_v2' ); ?>
<?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) : ?>
<footer id="colophon" class="site-footer">
<?php
/**
* @hooked electro_footer_widgets - 10
* @hooked electro_credit - 20
*/
do_action( 'electro_mobile_footer_v2' ); ?>
</footer><!-- #colophon -->
<?php endif; ?>
<?php do_action( 'electro_after_mobile_footer_v2' ); ?>
</div><!-- #page -->
</div>
<?php do_action( 'electro_after_page' ); ?>
<?php wp_footer(); ?>
</body>
</html>