File: /home/jairicem/basicconceptenergy.com/wp-content/themes/energiso/footer.php
<?php
/**
* @Packge : Energiso
* @Version : 1.0
* @Author : Vecurosoft
* @Author URI : https://www.vecurosoft.com/
*
*/
// Block direct access
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
*
* Hook for Footer Content
*
* Hook energiso_footer_content
*
* @Hooked energiso_footer_content_cb 10
*
*/
do_action( 'energiso_footer_content' );
if( !is_404( ) ) {
/**
*
* Hook for Back to Top Button
*
* Hook energiso_back_to_top
*
* @Hooked energiso_back_to_top_cb 10
*
*/
do_action( 'energiso_back_to_top' );
}
wp_footer();
?>
</body>
</html>