Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Add_Wpff_Integration / Add_Wpff_Integration::setup()

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


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service