json['default'] = $this->setting->default; $this->json['show_opacity'] = ( false === $this->show_opacity || 'false' === $this->show_opacity ) ? 'false' : 'true'; $this->json['value'] = $this->value(); $this->json['link'] = $this->get_link(); $this->json['id'] = $this->id; } /** * An Underscore (JS) template for this control's content (but not its container). * * Class variables for this control class are available in the `data` JS object; * export custom variables by overriding {@see WP_Customize_Control::to_json()}. * * @since Bizart 1.2 */ protected function content_template() { ?> register_control_type( 'Bizart_Color_Control' ); } add_action( 'customize_register', 'bizart_color_control_register' );