Skip to:
Content

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

Code Reference

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

Add_Wm_Integration::setup()


Source

File: src/integrations/wishlist-member/add-wm-integration.php

	protected function setup() {
		$this->set_integration( 'WISHLISTMEMBER' );
		$this->set_name( 'Wishlist Member' );
		$this->set_icon( 'wishlist-member-icon.svg' );
		$this->set_icon_path( __DIR__ . '/img/' );
		$this->set_plugin_file_path( 'wishlist-member/wpm.php' );
	}

Expand full source code Collapse full source code View on Github


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