HEX
Server: Apache
System: Linux hp3-wp-1011385.hostingp3.local 3.10.0-1160.156.1.el7.tuxcare.els1.x86_64 #1 SMP Fri Jul 31 13:24:34 UTC 2026 x86_64
User: csh2469127 (2058729)
PHP: 8.2.30
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: /home/domains/vol4/560/2977560/user/htdocs/wp-content/themes/bb-theme/sidebar.php
<?php

$position = isset( $position ) ? $position : 'right';
$section  = isset( $section ) ? $section : 'blog';
$size     = isset( $size ) ? $size : '4';
$display  = isset( $display ) ? $display : 'desktop';

$woo_sidebar = '';
if ( 'woo' === $section ) {
	$woo_sidebar = 'fl-woo-sidebar-' . $position;
}
?>
<div class="fl-sidebar <?php echo $woo_sidebar; ?> fl-sidebar-<?php echo $position; ?> fl-sidebar-display-<?php echo $display; ?> col-md-<?php echo $size; ?>"<?php FLTheme::print_schema( ' itemscope="itemscope" itemtype="https://schema.org/WPSideBar"' ); ?>>
	<?php do_action( 'fl_sidebar_open' ); ?>
	<?php dynamic_sidebar( $section . '-sidebar' ); ?>
	<?php do_action( 'fl_sidebar_close' ); ?>
</div>