array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'Aasta_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Typography', 'aasta' ), 'section' => 'aasta_enable_disable_typography', ), ), ); } } new Aasta_Customize_Theme_Typography_Option(); endif;