Add_Wpsp_Integration::setup()
Source
File: src/integrations/wp-simple-pay/add-wpsp-integration.php
protected function setup() { $this->set_integration( 'WPSIMPLEPAY' ); $this->set_name( 'WP Simple Pay' ); $this->set_icon( 'wp-simple-pay-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( '' ); }
Expand full source code Collapse full source code View on Github