| Server IP : 178.63.100.251 / Your IP : 216.73.216.228 Web Server : LiteSpeed System : Linux dobby.thevpsserver.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64 User : truewayi ( 1855) PHP Version : 7.4.33 Disable Function : show_source,system,shell_exec,passthru,exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/truewayi/public_html/wp-content/themes/omexo/ |
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 omexo
*/
$omexo_option = get_option('omexo_opt');
$copyright_text = omexo_array_get($omexo_option, 'footer-copyright-text') ? $omexo_option['footer-copyright-text'] : '';
?>
</div><!-- #content -->
<?php
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ):
?>
<footer id="colophon" class="site-footer">
<?php
if (is_active_sidebar('footer-widget-1') || is_active_sidebar('footer-widget-2') || is_active_sidebar('footer-widget-3') || is_active_sidebar('footer-widget-4')) :
?>
<div class="footer-top-area">
<div class="container">
<div class="row">
<?php if (is_active_sidebar('footer-widget-1')) : ?>
<div class="footer-widget-wrap">
<?php dynamic_sidebar('footer-widget-1') ?>
</div>
<?php endif; ?>
<?php if (is_active_sidebar('footer-widget-2')) : ?>
<div class="footer-widget-wrap">
<?php dynamic_sidebar('footer-widget-2') ?>
</div>
<?php endif; ?>
<?php if (is_active_sidebar('footer-widget-3')) : ?>
<div class="footer-widget-wrap">
<?php dynamic_sidebar('footer-widget-3') ?>
</div>
<?php endif; ?>
<?php if (is_active_sidebar('footer-widget-4')) : ?>
<div class="footer-widget-wrap">
<?php dynamic_sidebar('footer-widget-4') ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php endif; ?>
<?php if ($copyright_text) : ?>
<div class="footer-bottom-area">
<div class="container">
<div class="site-info text-center">
<?php
if ($copyright_text) {
echo wp_kses($copyright_text, array(
'a' => array(
'href' => array(),
'title' => array()
),
'br' => array(),
'em' => array(),
'strong' => array(),
'img' => array(
'src' => array(),
'alt' => array()
),
));
}
?>
</div><!-- .site-info -->
</div>
</div>
<?php else : ?>
<div class="footer-bottom-area default">
<div class="container">
<div class="site-info text-center">
<p class="m-0">© <?php _e('2021 Omexo Theme. ThemeMeta', 'omexo') ?></p>
</div><!-- .site-info -->
</div>
</div>
<?php endif; ?>
</footer><!-- #colophon -->
<?php endif;?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>