MP_Calculator_Enqueue::__construct()

Enqueue constructor.

Contents


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');
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.