/**
* Footer Main Template Part
*
* This template can be overridden by copying it to your-child-theme/templates/footer.php.
*
* HOWEVER, on occasion TieLabs will need to update template files and you
* will need to copy the new files to your child theme to maintain compatibility.
*
* @author TieLabs
* @version 4.4.0
*/
defined( 'ABSPATH' ) || exit; // Exit if accessed directly
// Show the Footer if it is enabled
if( ! apply_filters( 'TieLabs/is_footer_active', true ) ){
return;
}
do_action( 'TieLabs/before_footer' );
?>
Back to top button