Add_Fcrm_Integration::setup()
Source
File: src/integrations/fluent-crm/add-fcrm-integration.php
protected function setup() { $this->set_integration( 'FCRM' ); $this->set_name( 'FluentCRM' ); $this->set_icon( 'fluent-crm-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'fluent-crm/fluent-crm.php' ); }
Expand full source code Collapse full source code View on Github