MP_Addon_Payoff_Elementor::__construct()

Constructor.

Contents


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

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.