HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
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>