| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) 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/mimradmin/.trash/wp-content.1/themes/wp-buka/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
$footer_copyright = buka_get_option('footer_copyright');
$footer_socials = buka_get_option('footer_socials');
?>
<footer>
<div class="sub-footer">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="copy text-center">
<?php if($footer_socials){ ?>
<div class="social">
<?php foreach($footer_socials as $item){ ?>
<a href="<?php echo esc_url($item['link']) ?>" class="icon"> <i class="<?php echo esc_attr($item['icon']) ?>"></i> </a>
<?php } ?>
</div>
<?php } ?>
<?php
if( $footer_copyright != '' ){
echo wpautop($footer_copyright);
}
?>
</div>
</div>
</div>
</div>
</div>
</footer>
<?php wp_footer() ?>
</body>
</html>