Add_Wf_Integration::setup()
Source
File: src/integrations/wp-fusion/add-wf-integration.php
protected function setup() { $this->set_integration( 'WF' ); $this->set_name( 'WP Fusion' ); $this->set_icon( 'wp-fusion-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( '' ); }
Expand full source code Collapse full source code View on Github