custom_class = esc_attr( $args['custom_class'] ); } } public function enqueue() { wp_enqueue_script( 'customizer-select-multiple',get_template_directory_uri() . '/inc/customizer/custom-controls/customizer-select-multiple/js/script-customizer-select-multiple.js',array('jquery'),Blogone_Multiselect_Version,true); } public function json() { $json = parent::json(); $json['choices'] = $this->choices; $json['link'] = $this->get_link(); $json['value'] = (array) $this->value(); $json['id'] = $this->id; $json['custom_class'] = $this->custom_class; return $json; } public function content_template() { ?> <# if ( ! data.choices ) { return; } #>