HEX
Server: Apache
System: Linux server.tcoe.in 4.18.0-553.45.1.el8_10.x86_64 #1 SMP Wed Mar 19 09:44:46 EDT 2025 x86_64
User: bharatdigicom (1007)
PHP: 8.1.32
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/bharatdigicom/public_html/wp-content/themes/neve/sidebar-shop.php
<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package  Neve
 */

if ( ! is_active_sidebar( 'shop-sidebar' ) ) {
	return;
} ?>

<div class="nv-sidebar-wrap col-sm-12 nv-right">
	<aside id="secondary" class="shop-sidebar" role="complementary">
		<?php dynamic_sidebar( 'shop-sidebar' ); ?>
	</aside>
</div>