HEX
Server: Apache/2.4.62 (Debian)
System: Linux wordpress-7cb4c6b6f6-9b5fj 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64
User: www-data (33)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/gostore/footer.php
<?php $theme_options = gostore_get_theme_options(); ?>
<div class="clear"></div>
</div><!-- #main .wrapper -->
<div class="clear"></div>
	<?php if( !is_page_template('page-templates/blank-page-template.php') && $theme_options['ts_footer_block'] ): ?>
	<footer id="colophon" class="footer-container footer-area">
		<div class="container">
			<?php gostore_get_footer_content( $theme_options['ts_footer_block'] ); ?>
		</div>
	</footer>
	<?php endif; ?>
</div><!-- #page -->

<?php 
if( ( !wp_is_mobile() && $theme_options['ts_back_to_top_button'] ) || ( wp_is_mobile() && $theme_options['ts_back_to_top_button_on_mobile'] ) ): 
?>
<div id="to-top" class="scroll-button">
	<a class="scroll-button" href="javascript:void(0)" title="<?php esc_attr_e('Back to Top', 'gostore'); ?>"><?php esc_html_e('Back to Top', 'gostore'); ?></a>
</div>
<?php endif; ?>

<?php wp_footer(); ?>
</body>
</html>