MP_Addon_Push_Callback::__construct()
Callback constructor.
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' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |