Add_Groundhogg_Integration::add_integration_func()
Register the integration by pushing it into the global automator object
Source
File: src/integrations/groundhogg/add-groundhogg-integration.php
public function add_integration_func() { Automator()->register->integration( self::$integration, array( 'name' => 'Groundhogg', 'icon_svg' => Utilities::automator_get_integration_icon( __DIR__ . '/img/groundhogg-icon-.svg' ), ) ); }
Expand full source code Collapse full source code View on Github