// SYSTEM PANEL //
[ROOT]
/
home
/
comaria
/
perform-evolution
/
wp-content
/
plugins
/
header-footer-elementor
/
themes
/
default
[ PARENT ]
EDIT :: hfe-footer.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>
SAVE
CANCEL