json['label'] = $this->label; $this->json['caption'] = $this->caption; $this->json['description'] = $this->description; } /** * Render the control's content. * * @see WP_Customize_Control::render_content() */ protected function render_content() {} }