| Server IP : 217.160.0.154 / Your IP : 216.73.217.145 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u97626428 ( 1555483) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/13/d787277790/htdocs/clickandbuilds/URP/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> <!-- end .footer-widget -->';
endforeach;
?>
</div> <!-- #footer-widgets -->
</div> <!-- .container -->