MP_Addon_Payoff_Elementor::__construct()
Constructor.
Source Source
File: calculator-mortgage-payoff-add-on/inc/extensions/MP_Addon_Payoff_Elementor.php
public function __construct() {
add_action( 'init', [ $this, 'i18n' ] );
add_action( 'plugins_loaded', [ $this, 'init' ] );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |