array( 'label' => esc_html__( 'Sidabar Layout', 'catch-evolution'), 'options' => array( 'default' => esc_html__( 'Default Layout Set in Customize Options', 'catch-evolution' ), 'right-sidebar' => esc_html__( 'Right sidebar', 'catch-evolution' ), 'left-sidebar' => esc_html__( 'Left sidebar', 'catch-evolution' ), 'no-sidebar' => esc_html__( 'No sidebar', 'catch-evolution' ), 'three-columns' => esc_html__( 'Three Columns', 'catch-evolution' ), ), ), ); // Use nonce for verification wp_nonce_field( basename( __FILE__ ), 'custom_meta_box_nonce' ); foreach ( $options as $key => $value ) : ?>