Code Reference

  • Home
  • Docs
  • Code reference
  • Knowledge base
  • Blog
Skip to content
Filter by type:
Search
Browse: Home / Classes / MortgagePlatform / MortgagePlatform::__construct()

MortgagePlatform::__construct()

MortgagePlatform constructor.

Contents

  • Source
  • Changelog

Source #Source

File: mortgage-platform/mortgage-platform.php

		public function __construct() {
			$this->plugin = plugin_basename( __FILE__ );
		}

Expand full source code Collapse full source code


Top ↑

Changelog #Changelog

Changelog
Version Description
1.0.0 Introduced.