Add_Wpff_Integration::setup()
Source
File: src/integrations/wp-fluent-forms/add-wpff-integration.php
protected function setup() { $this->set_integration( 'WPFF' ); $this->set_name( 'Fluent Forms' ); $this->set_icon( 'wp-fluent-forms-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'fluentform/fluentform.php' ); }
Expand full source code Collapse full source code View on Github