json['default'] = $this->setting->default; if ( isset( $this->default ) ) { $this->json['default'] = $this->default; } $this->json['value'] = $this->value(); $this->json['label'] = $this->label; $this->json['choices'] = $this->choices; } /** * Render the control's content. * * @see WP_Customize_Control::render_content() */ protected function render_content() {} }