Add_Integrately_Integration::setup()
Source
File: src/integrations/integrately/add-integrately-integration.php
protected function setup() { $this->set_integration( 'INTEGRATELY' ); $this->set_name( 'Integrately' ); $this->set_icon( 'integrately-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( '' ); }
Expand full source code Collapse full source code View on Github