esc_html__( 'Footer Widget', 'bootstrap-coach' ) . " " . $i, 'id' => 'footer-'.$i.'', 'description' => esc_html__( 'Add widgets here.', 'bootstrap-coach' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } register_sidebar( array( 'name' => esc_html__( 'Right Sidebar', 'bootstrap-coach' ), 'id' => 'sidebar-1', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Left Sidebar', 'bootstrap-coach' ), 'id' => 'left-sidebar', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

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