Add_Affwp_Integration::setup()
Source Source
File: src/integrations/affiliate-wp/add-affwp-integration.php
protected function setup() { $this->set_integration( 'AFFWP' ); $this->set_name( 'AffiliateWP' ); $this->set_icon( 'affiliatewp-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'affiliate-wp/affiliate-wp.php' ); }
Expand full source code Collapse full source code View on Github