Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
public_html
/
wp-content
/
themes
/
Divi
/
//home/ophq1335/public_html/wp-content/themes/Divi/sidebar-footer.php
<?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>