Add_Give_Integration::setup()
Source
File: src/integrations/give/add-give-integration.php
protected function setup() { $this->set_integration( 'GIVEWP' ); $this->set_name( 'GiveWP' ); $this->set_icon( 'givewp-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'give/give.php' ); }
Expand full source code Collapse full source code View on Github