array( 'setting' => array( 'default' => false, 'sanitize_callback' => array( 'ArileWP_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Enable Typography', 'arilewp' ), 'section' => 'arilewp_enable_disable_typography', ), ), ); } } new ArileWP_Customize_Theme_Typography_Option(); endif;