esc_html__( 'Layout', 'blogun' ), 'panel' => 'blogun_panel_general', 'priority' => 10, ); // Site layout. $options['setting']['blogun_site_layout'] = array( 'transport' => 'postMessage', 'sanitize_callback' => 'blogun_sanitize_select', 'control' => array( 'type' => 'blogun-select', 'section' => 'blogun_layout_section', 'label' => esc_html__( 'Site Layout', 'blogun' ), 'description' => esc_html__( 'Choose your site’s main layout.', 'blogun' ), 'choices' => array( 'fw-contained' => esc_html__( 'Full Width: Contained', 'blogun' ), 'fw-stretched' => esc_html__( 'Full Width: Stretched', 'blogun' ), ), ), ); return $options; } } endif; new Blogun_Customizer_Layout();