Current Path : /var/www/mainsite/wp-content/themes/maxcoach/template-parts/footer/ |
Current File : /var/www/mainsite/wp-content/themes/maxcoach/template-parts/footer/entry.php |
<?php $footer = Maxcoach_Global::instance()->get_footer(); if ( 'none' === $footer ) { return; } ?> <div id="page-footer-wrapper" class="page-footer-wrapper"> <?php if ( function_exists( 'tm_addons_location_exits' ) && tm_addons_location_exits( 'tm_footer', true ) ) { get_template_part( 'template-parts/footer/tm-elementor' ); } elseif ( ! function_exists( 'elementor_location_exits' ) || ! elementor_location_exits( 'footer', true ) ) { get_template_part( 'template-parts/footer/simple' ); } else { if ( function_exists( 'elementor_theme_do_location' ) ) : get_template_part( 'template-parts/footer/elementor' ); endif; } ?> </div>