Add_Wpwh_Integration::setup()
Source Source
File: src/integrations/wp-webhooks/add-wpwh-integration.php
protected function setup() { $this->set_integration( 'WPWEBHOOKS' ); $this->set_name( 'WP Webhooks' ); $this->set_icon( 'wp-webhooks-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'wp-webhooks/wp-webhooks.php' ); }
Expand full source code Collapse full source code View on Github