Skip to:
Content

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

Code Reference

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

Add_Em_Integration::setup()


Source

File: src/integrations/events-manager/add-em-integration.php

	protected function setup() {
		$this->set_integration( 'EVENTSMANAGER' );
		$this->set_name( 'Events Manager' );
		$this->set_icon( 'events-manager-icon.svg' );
		$this->set_icon_path( __DIR__ . '/img/' );
		$this->set_plugin_file_path( 'events-manager/events-manager.php' );
	}

Expand full source code Collapse full source code View on Github


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