esc_html__( 'Sidebar', 'bizplus' ), 'id' => 'sidebar-1', 'description' => '', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar(array( 'name' => __('Footer Column One', 'bizplus'), 'id' => 'footer-col-one', 'description' => __('Displays items on footer section.','bizplus'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer Column Two', 'bizplus'), 'id' => 'footer-col-two', 'description' => __('Displays items on footer section.','bizplus'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer Column Three', 'bizplus'), 'id' => 'footer-col-three', 'description' => __('Displays items on footer section.','bizplus'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

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