link = $args['upsell_link_url']; } if ( ! empty( $args['link_text'] ) ) { $this->link_text = $args['link_text']; } if ( ! empty( $args['control_text'] ) ) { $this->control_text = $args['control_text']; } } /** * The render function for the controler */ public function render_content() { ?> link_text ); ?> control_text ); } }