MortgageNewsWidget::register()

Register Mortgage News Widgets functions.

Contents


Source Source

File: mortgage-news-widget/mortgage-news-widget.php

		public function register() {

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

			add_action( 'plugins_loaded', array( new MortgageNews_Actions, 'init' ), 10 );

		}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.