array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Header/Menu Typography', 'bluestick' ), 'section' => 'bluestick_header_typography', ), ), // Hedaer Typo Enable Disable 'bluestick_typography_header_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Header Typography', 'bluestick' ), 'section' => 'bluestick_header_typography', ), ), // Slider Typo Heading 'bluestick_typography_slider_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Slider Typography', 'bluestick' ), 'section' => 'bluestick_slider_typography', ), ), // Slider Typo Enable Disable 'bluestick_typography_slider_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Slider Typography', 'bluestick' ), 'section' => 'bluestick_slider_typography', ), ), // Slider Typo Heading 'bluestick_typography_homepage_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Homepage Typography', 'bluestick' ), 'section' => 'bluestick_homepage_typography', ), ), // Homepage Typo Enable Disable 'bluestick_typography_homepage_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Homepage Typography', 'bluestick' ), 'section' => 'bluestick_homepage_typography', ), ), // Slider Typo Heading 'bluestick_typography_headings_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Headings Typography', 'bluestick' ), 'section' => 'bluestick_headings_typography', ), ), // Heading Typo Enable Disable 'bluestick_typography_heading_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Headings Typography', 'bluestick' ), 'section' => 'bluestick_headings_typography', ), ), // Blog Archive Typo Heading 'bluestick_typography_blog_archive_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Blog/Archive/Single Typography', 'bluestick' ), 'section' => 'bluestick_blog_archive_typography', ), ), // Blog Typo Enable Disable 'bluestick_typography_blog_archive_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Blog/Archive Typography', 'bluestick' ), 'section' => 'bluestick_blog_archive_typography', ), ), // Sidebar Typo Heading 'bluestick_typography_sidebar_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Sidebar Typography', 'bluestick' ), 'section' => 'bluestick_sidebar_widget_typography', ), ), // Sidebar Typo Enable Disable 'bluestick_typography_sidebar_widget_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Sidebar Typography', 'bluestick' ), 'section' => 'bluestick_sidebar_widget_typography', ), ), // Footer Typo Heading 'bluestick_typography_footer_heading' => array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'Enable Footer Typography', 'bluestick' ), 'section' => 'bluestick_footer_widget_typography', ), ), // Footer Typo Enable Disable 'bluestick_typography_sidebar_footer_disable' => array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Footer Typography', 'bluestick' ), 'section' => 'bluestick_footer_widget_typography', ), ), ); } } new bluestick_Customize_Theme_Typography_Option(); endif;