MP_Calculator_Enqueue::__construct()
Enqueue constructor.
Source Source
File: mortgage-platform/Inc/Calculators/MortgageCalculator/MP_Calculator_Enqueue.php
public function __construct() {
$this->style_settings = get_option( MortgagePlatform::$prefix . 'style' );
$this->calculator_settings = get_option( MortgagePlatform::$prefix . 'mortgage_calculator' );
$this->analytics_settings = get_option( MortgagePlatform::$prefix . 'analytics' );
$this->lead_settings = get_option(MortgagePlatform::$prefix . 'leads');
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |