Current File : /home/kelaby89/babyl0n.restaurant/wp-content/themes/restar/sidebar-shop.php
<?php
	// Block direct access
	if( ! defined( 'ABSPATH' ) ){
		exit( );
	}
	/**
	* @Packge 	   : Restar
	* @Version     : 1.0
	* @Author     : Themeholy
    * @Author URI : https://themeforest.net/user/themeholy
	*
	*/

	if( ! is_active_sidebar( 'restar-woo-sidebar' ) ){
		return;
	}
?>
<div class="col-lg-4 col-xl-3">
	<!-- Sidebar Begin -->
	<aside class="sidebar-area shop-sidebar">
		<?php
			dynamic_sidebar( 'restar-woo-sidebar' );
		?>
	</aside>
	<!-- Sidebar End -->
</div>
Page not found – Hello World !