MP_Addon_Push_Callback::__construct()

Callback constructor.

Contents


Source Source

File: calculator-push-notification-add-on/inc/MP_Addon_Push_Callback.php

	public function __construct() {

		$this->options_email = get_option( MortgagePlatform::$prefix . 'email' );
		$this->options_style = get_option( MortgagePlatform::$prefix . 'style' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.