| Server IP : 72.60.233.178 / Your IP : 216.73.216.238 Web Server : Apache System : Linux srv1210665.hstgr.cloud 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : armaladmin ( 1001) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/armaladmin/public_html/wp-content/themes/Divi/ |
Upload File : |
<?php
$et_active_sidebars = et_divi_footer_active_sidebars();
if ( $et_active_sidebars === false ) {
return;
}
?>
<div class="container">
<div id="footer-widgets" class="clearfix">
<?php
foreach ( $et_active_sidebars as $footer_sidebar ) :
echo '<div class="footer-widget">';
dynamic_sidebar( $footer_sidebar );
echo '</div>';
endforeach;
?>
</div>
</div>