hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/best-magazine/ |
<?php
global $wdwt_front;
$footer_text_enable = $wdwt_front->get_param('footer_text_enable');
$footer_text = $wdwt_front->get_param('footer_text');
?>
<div id="footer">
<div>
<?php if ( is_active_sidebar( 'footer-widget-area' ) ) { ?>
<div class="footer-sidbar">
<div id="sidebar-footer" class="container">
<?php dynamic_sidebar( 'footer-widget-area' ); ?>
<div class="clear"></div>
</div>
</div>
<?php } ?>
<div id="footer-bottom">
<span id="copyright"><?php if($footer_text_enable) echo stripslashes($footer_text); ?></span>
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>