Hubspot_Helpers::load_settings()
Source
File: src/integrations/hubspot/helpers/hubspot-helpers.php
public function load_settings() { $this->setting_tab = 'hubspot-api'; $this->tab_url = admin_url( 'edit.php' ) . '?post_type=uo-recipe&page=uncanny-automator-config&tab=premium-integrations&integration=' . $this->setting_tab; include_once __DIR__ . '/../settings/settings-hubspot.php'; new Hubspot_Settings( $this ); }
Expand full source code Collapse full source code View on Github