button_text; $manager->register_control_type( 'Agama_Control_Upsell_Theme_Info' ); parent::__construct( $manager, $id, $args ); } /** * Enqueue resources for the control */ public function enqueue() { wp_enqueue_style( 'themevision-upsell-style', AGAMA_MODULES_URI . 'agama-upsell/css/style.css', agama_version ); } /** * 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; } /** * Control content */ public function content_template() { ?>