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