Hubspot_Settings::output()
Creates the output of the settings page
Return Return
(Uncanny_Automatorvoid.)
Source Source
File: src/integrations/hubspot/settings/settings-hubspot.php
public function output() { $connect_url = $this->helpers->connect_url(); $disconnect_url = $this->helpers->disconnect_url(); $token_info = $this->helpers->api_token_info(); // Check if the user JUST connected the workspace and returned // from the HubSpot connection page $just_connected = automator_filter_input( 'connect' ) === '1'; include_once 'view-hubspot.php'; }
Expand full source code Collapse full source code View on Github