| Server IP : 138.197.162.186 / Your IP : 216.73.216.17 Web Server : nginx/1.24.0 System : Linux ubuntu-s-1vcpu-512mb-10gb-tor1 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/yogaensalada-site/wp-content/themes/yugen/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package yugen
*/
?>
</div><!-- #content -->
<div class="footer-separator"></div>
<footer class="site-footer">
<?php
/**
* Hook - yugen_action_footer.
*
* @hooked yugen_add_footer_widgets - 10
* @hooked yugen_add_footer_bar - 20
*/
do_action( 'yugen_action_footer' );
?>
</footer><!-- .site-footer -->
</div><!-- #page -->
<?php if ( true == get_theme_mod( 'yugen_back_to_top_enable', true ) ) :
$go_to_top_button_text = get_theme_mod( 'yugen_back_to_top_text', 'Back to Top' ); ?>
<div class="back-to-top d-none d-md-flex align-items-center">
<div class="bt-text">
<?php echo esc_html( $go_to_top_button_text ); ?>
</div><!-- .bt-text -->
<span class="d-block pt-icon icon-arrow-right"></span>
</div><!-- .back-to-top -->
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>