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