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