You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
257 B
PHP

<?php
/**
* Footer file in case of the elementor way
*
* @package header-footer-elementor
* @since 1.2.0
*/
?>
<?php do_action( 'hfe_footer_before' ); ?>
<?php do_action( 'hfe_footer' ); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>