Add_Upsell_Plugin_Integration::setup()
Source Source
File: src/integrations/upsell-plugin/add-upsell-plugin-integration.php
protected function setup() { $this->set_integration( 'UPSELLPLUGIN' ); $this->set_name( 'Upsell Plugin' ); $this->set_icon( 'upsell-plugin.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'upsell/plugin.php' ); }
Expand full source code Collapse full source code View on Github