HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/themes/buliten/includes/modules/footer_v1.php
<?php $options = _WSH()->option();
    buliten_bunch_global_variable();
    $footer_bg = (buliten_set($options, 'footer_bg_img')) ? buliten_set($options, 'footer_bg_img') : get_template_directory_uri().'/images/background/10.jpg';
    $copyright = buliten_set($options, 'copyright');
    $copyright = ($copyright) ? $copyright : 'Copyright &copy; 2020 <a href="#">ary-theme</a>  All Rights Reserved';
    $allowed_tags = wp_kses_allowed_html('post');
?>

<!--Main Footer-->
<footer class="main-footer" <?php if ($footer_bg):?>style="background-image: url('<?php echo esc_url($footer_bg)?>');"<?php endif;?>>
    <?php if (is_active_sidebar('footer-sidebar')) : ?>
    <?php if (!(buliten_set($options, 'hide_upper_footer'))):?>
    <div class="auto-container">

        <!--Widgets Section-->
        <div class="widgets-section">
            <div class="row clearfix">
                <?php dynamic_sidebar('footer-sidebar'); ?>
            </div>
        </div>

    </div>
    <?php endif;?>
    <?php endif; ?>

    <?php if (!(buliten_set($options, 'hide_bottom_footer'))):?>
    <!-- Footer Bottom -->
    <div class="footer-bottom">
        <div class="auto-container">
            <div class="row clearfix">

                <!-- Copyright Column -->
                <div class="copyright-column col-lg-6 col-md-12 col-sm-12">
                    <div class="copyright"><?php echo wp_kses($copyright, $allowed_tags);?></div>
                </div>

                <?php if (buliten_set($options, 'footer_social_1')): ?>
                <?php if (buliten_set($options, 'social_media') && is_array(buliten_set($options, 'social_media'))): ?>
                <!-- Social Column -->
                <div class="social-column col-lg-6 col-md-12 col-sm-12">
                    <ul class="footer-nav">
                        <?php $social_icons = buliten_set($options, 'social_media');
                        foreach (buliten_set($social_icons, 'social_media') as $social_icon):
                            if (isset($social_icon['tocopy' ])) {
                                continue;
                            } ?>
                            <li><a href="<?php echo esc_url(buliten_set($social_icon, 'social_link')); ?>"><i class="fab <?php echo esc_attr(buliten_set($social_icon, 'social_icon')); ?>"></i></a></li>
                        <?php endforeach; ?>
                    </ul>
                </div>
                <?php endif; ?>
                <?php endif; ?>
            </div>
        </div>
    </div>
    <?php endif; ?>
</footer>