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
/
proc
/
self
/
root
/
home
/
ophq1335
/
www
/
wp-content
/
themes
/
Divi
/
//proc/self/root/home/ophq1335/www/wp-content/themes/Divi/sidebar.php
<?php if ( ( is_single() || is_page() ) && in_array( get_post_meta( get_queried_object_id(), '_et_pb_page_layout', true ), array( 'et_full_width_page', 'et_no_sidebar' ) ) ) { return; } if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div id="sidebar"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div> <?php endif;