Current File : /home/pacjaorg/wpt.pacja.org/grants -mzee/wp-content/themes/wihelp/footer.php |
</div><!-- .col-full -->
</div><!-- #content -->
<?php do_action( 'wihelp_before_footer' );
if (wihelp_is_elementor_activated() && function_exists('hfe_init') && (hfe_footer_enabled() || hfe_is_before_footer_enabled())) {
do_action('hfe_footer_before');
do_action('hfe_footer');
} else {
?>
<footer id="colophon" class="site-footer">
<?php
/**
* Functions hooked in to wihelp_footer action
*
* @see wihelp_footer_default - 20
*
*
*/
do_action('wihelp_footer');
?>
</footer><!-- #colophon -->
<?php
}
/**
* Functions hooked in to wihelp_after_footer action
* @see wihelp_sticky_single_add_to_cart - 999 - woo
*/
do_action( 'wihelp_after_footer' );
?>
</div><!-- #page -->
<?php
/**
* Functions hooked in to wp_footer action
* @see wihelp_template_account_dropdown - 1
* @see render_html_back_to_top - 1
* @see wihelp_mobile_nav - 1
* @see wihelp_render_woocommerce_shop_canvas - 1 - woo
*/
wp_footer();
?>
</body>
</html>