MP_Addon_Hubspot::__construct()
MP_Addon_Hubspot constructor.
Source Source
File: calculator-hubspot-add-on/inc/MP_Addon_Hubspot.php
public function __construct()
{
$this->api_key = isset(get_option(MortgagePlatform::$prefix . 'hubspot')['hubspot_api_key']) ? get_option(MortgagePlatform::$prefix . 'hubspot')['hubspot_api_key'] : '';
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |