addon_upsell_info = $addon_upsell_info; $this->meta_box_slug = $this->addon_upsell_info->get_slug(); $this->messages = array( 'box_label' => $addon_upsell_info->get_upsell_title(), ); } /** * Upsell modules will use the name of the Add-on as their name. * * @return string Upsell Module name. */ public function get_name() { return str_replace( ' ', '', $this->addon_upsell_info->get_name() ); } public function render() { ?>

addon_upsell_info->get_upsell_message(); ?>