default ) ) { $this->json['default'] = $this->default; } else { $this->json['default'] = $this->setting->default; } $this->json['value'] = $this->value(); $this->json['choices'] = $this->choices; $this->json['tooltip'] = $this->tooltip; $this->json['inputAttrs'] = ''; foreach ( $this->input_attrs as $attr => $value ) { $this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" '; } } public function enqueue() { wp_enqueue_script( 'spiderbuzz-multicheck', get_template_directory_uri() . '/spiderbuzz/customizer/custom-controls/multicheck/multicheck.js', array( 'jquery' ), false, true ); //for slider } protected function content_template() { ?> <# if ( ! data.choices ) { return; } #> <# if ( data.tooltip ) { #> <# } #> <# if ( data.label ) { #> {{ data.label }} <# } #> <# if ( data.description ) { #> {{{ data.description }}} <# } #>