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