array( 'label' => esc_html__( 'Select Sidebar', 'simple-catch' ), 'options' => array( 'no-sidebar' => esc_html__( 'No sidebar', 'simple-catch' ), 'no-sidebar-full-width' => esc_html__( 'No sidebar, Full Width', 'simple-catch' ), 'left-sidebar' => esc_html__( 'Left sidebar', 'simple-catch' ), 'right-sidebar' => esc_html__( 'Right sidebar', 'simple-catch' ), ), ), ); foreach ( $options as $key => $value ) : ?>