Add_Uoa_Integration::setup()
Source Source
File: src/integrations/uncanny-automator/add-uoa-integration.php
protected function setup() { $this->set_integration( 'UOA' ); $this->set_name( 'Automator' ); $this->set_icon( __DIR__ . '/img/automator-core-icon.svg' ); $this->set_plugin_file_path( 'uncanny-automator/uncanny-automator.php' ); }
Expand full source code Collapse full source code View on Github