File: /home/mirz4654/public_html/wp-content/themes/nexter/inc/customizer/include-controls.php
<?php
/**
* Nexter Customizer Controls Includes
*
* @package Nexter
* @since 1.0.0
*/
require NXT_CUSTOMIZER_CONTROL_PATH . '/nexter-customizer-control-base.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/switcher/nexter-control-switcher.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/slider/nexter-control-slider.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/responsive-slider/nexter-control-responsive-slider.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/responsive/nexter-control-responsive.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/typography/nexter-control-typography.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/responsive-spacing/nexter-control-responsive-spacing.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/heading/nexter-control-heading.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/color/nexter-control-color.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/background/nexter-control-background.php';
require NXT_CUSTOMIZER_CONTROL_PATH . '/multi-checkbox/nexter-control-multi-checkbox.php';