Skip to:
Content

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

Code Reference

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

Add_Webhooks_Integration::setup()

Integration Set-up.


Source

File: src/integrations/webhooks/add-webhooks-integration.php

	protected function setup() {
		$this->set_integration( 'WEBHOOKS' );
		$this->set_name( 'Webhooks' );
		$this->set_icon( __DIR__ . '/img/webhooks-icon.svg' );
	}

Expand full source code Collapse full source code View on Github


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