button_text = __( 'Hello', 'allegiant' ); $this->pro_label = __( 'Pro', 'allegiant' ); $manager->register_control_type( 'Epsilon_Control_Upsell' ); parent::__construct( $manager, $id, $args ); } 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['requirements'] = $this->requirements; $this->json['pro_label'] = $this->pro_label; } public function content_template() { ?>