unit = $args['unit']; } parent::__construct($manager, $id, $args); } /** * Loads the jQuery UI Button script and custom scripts/styles. * * @since 1.0.0 * @access public * @return void */ public function enqueue() { wp_enqueue_style( 'armonia-range-slider-style', get_template_directory_uri() . '/inc/customizer/custom-controls/range-slider/range-slider.css', array(), ARMONIA_VERSION, 'all' ); wp_enqueue_script( 'armonia-range-slider', get_template_directory_uri() . '/inc/customizer/custom-controls/range-slider/range-slider.js', array( 'jquery', 'jquery-ui-slider' ), ARMONIA_VERSION, true ); } /** * Render the control in the customizer */ public function render_content() { ?> label); ?>
link(); ?> />
unit) { ?>
unit); ?>