Automattic\WooCommerce\Internal\CLI\Migrator\Core

MigratorTracker::__constructpublicWC 1.0

Constructor.

Method of the class: MigratorTracker{}

No Hooks.

Returns

null. Nothing (null).

Usage

$MigratorTracker = new MigratorTracker();
$MigratorTracker->__construct();

MigratorTracker::__construct() code WC 10.5.0

public function __construct() {
	$this->init_hooks();
}