_customize_sanitize_number', ) ); $wp_customize->add_control( new Tripp_Customize_Range_Control( $wp_customize, 'loader_overlay_opacity', array( 'section' => 'loader_section', 'label' => esc_html__( 'Background Opacity', 'tripp' ), 'description' => esc_html__( 'The background overlay opacity.', 'tripp' ), 'input_attrs' => array( 'min' => 0, 'max' => 100, ), 'marks' => array( 0 => 0, 25 => 25, 50 => 50, 75 => 75, 100 => 100, ), 'active_callback' => 'tripp_customizer_is_loader_background_enabled', ) ) ); } add_action( 'customize_register', 'tripp_customizer_register_loader_settings', 20 );