MP_Dashboard::__construct()

Dashboard constructor.

Contents


Source Source

File: mortgage-platform/Inc/MP_Dashboard.php

	public function __construct() {

		$this->dashboard_option = get_option( MortgagePlatform::$prefix . 'dashboard' );
		add_action( 'admin_print_scripts-index.php', array( new MP_Enqueue(), 'google_charts_scripts' ) );

		$this->init_dashboard_widgets();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.