Add_Fi_Integration::setup()
Source
File: src/integrations/formidable/add-fi-integration.php
protected function setup() { $this->set_integration( 'FI' ); $this->set_name( 'Formidable' ); $this->set_icon( 'formidable-forms-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'formidable/formidable.php' ); }
Expand full source code Collapse full source code View on Github