Add_Hubspot_Integration::setup()


Source

File: src/integrations/hubspot/add-hubspot-integration.php

	protected function setup() {
		$this->set_integration( 'HUBSPOT' );
		$this->set_name( 'HubSpot' );
		$this->set_icon( 'hubspot-icon.svg' );
		$this->set_icon_path( __DIR__ . '/img/' );
		$this->set_plugin_file_path( '' );
		$this->set_settings_url( automator_get_premium_integrations_settings_url( 'hubspot-api' ) );
		$this->set_connected( $this->is_connected() );
	}