MP_Addon_CalculatorsMicrosoftSpreadsheetsAddon::register()

Register functions.

Contents


Source Source

File: calculator-microsoft-spreadsheets-add-on/calculator-microsoft-spreadsheets-add-on.php

		public function register() {

			load_plugin_textdomain( 'CalculatorsMicrosoftSpreadsheetsAddon', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );

			add_action( 'mortgage_platform_addons', array( $this, 'init' ), 10 );

		}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.