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