esc_html__( 'Sidebar', 'acoustics' ), 'id' => 'sidebar', 'description' => esc_html__( 'Add widgets here.', 'acoustics' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); if ( class_exists( 'WooCommerce' ) ) { register_sidebar( array( 'name' => esc_html__( 'Shop Sidebar', 'acoustics' ), 'id' => 'sidebar-shop', 'description' => esc_html__( 'Add widgets here to display content in Shop page.', 'acoustics' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } register_sidebar(array( 'name' => esc_html__('Footer Column I ', 'acoustics'), 'id' => 'footer-column-1', 'description' => esc_html__('Add widgets here to display to displays content on the top of the footer section.', 'acoustics'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => esc_html__('Footer Column II ', 'acoustics'), 'id' => 'footer-column-2', 'description' => esc_html__('Add widgets here to display to displays content on the top of the footer section.', 'acoustics'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => esc_html__('Footer Column III', 'acoustics'), 'id' => 'footer-column-3', 'description' => esc_html__('Add widgets here to display to displays content on the top of the footer section.', 'acoustics'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => esc_html__('Footer Column IV', 'acoustics'), 'id' => 'footer-column-4', 'description' => esc_html__('Add widgets here to display to displays content on the top of the footer section.', 'acoustics'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => esc_html__('Footer Column V', 'acoustics'), 'id' => 'footer-column-5', 'description' => esc_html__('Add widgets here to display to displays content on the top of the footer section.', 'acoustics'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } add_action( 'widgets_init', 'acoustics_widgets_init' );