Your IP : 216.73.216.0
<?php
/**
* @Packge : Wellnez
* @Version : 1.0
* @Author : Vecurosoft
* @Author URI : https://www.vecurosoft.com/
*
*/
// Block direct access
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
*
* Hook for Footer Content
*
* Hook wellnez_footer_content
*
* @Hooked wellnez_footer_content_cb 10
*
*/
do_action( 'wellnez_footer_content' );
if( !is_404( ) ) {
/**
*
* Hook for Back to Top Button
*
* Hook wellnez_back_to_top
*
* @Hooked wellnez_back_to_top_cb 10
*
*/
do_action( 'wellnez_back_to_top' );
}
wp_footer();
?>
</body>
</html>