button_text; $this->pro_label = esc_html__( 'PRO', 'hestia' ); } /** * Json conversion */ public function to_json() { parent::to_json(); $this->json['button_text'] = $this->button_text; $this->json['button_url'] = $this->button_url; $this->json['options'] = $this->options; $this->json['explained_features'] = $this->explained_features; $this->json['show_pro_label'] = $this->show_pro_label; $this->json['pro_label'] = $this->pro_label; } /** * Render upsell content. */ public function render_content() { } /** * Control content */ public function content_template() { ?>