MortgageNews_Widget::__construct()

MortgageNews_Widgets constructor.

Contents


Source Source

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

	public function __construct() {
		parent::__construct(
			'mortgage_news_widget',
			__( 'Mortgage News', 'MortgageNewsWidget' ),
			array( 'description' => __( 'Mortgage news', 'MortgageNewsWidget' ) )
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.