Server IP : 66.29.132.124 / Your IP : 18.189.143.150 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/footer/ |
Upload File : |
<?php /** * Footer Template File * * @package METO * @author Theme Kalia * @version 1.0 */ $options = meto_WSH()->option(); $allowed_html = wp_kses_allowed_html('post'); ?> <!-- Main Footer --> <footer class="main-footer" id="contact"> <!--Waves end--> <div class="auto-container"> <?php if (is_active_sidebar('footer-sidebar')) { ?> <!--Widgets Section--> <div class="widgets-section"> <div class="row clearfix"> <?php dynamic_sidebar('footer-sidebar'); ?> </div> </div> <?php } ?> </div> <!-- Footer Bottom --> <div class="footer-bottom"> <div class="copyright"><?php echo wp_kses($options->get('copyright_text', '2023 © All rights reserved by <a href="#">Expert Themes</a>'), $allowed_html); ?></div> </div> </footer> <!-- End Main Footer -->