Automattic\WooCommerce\Internal\CLI\Migrator\Core
MigratorTracker::__construct
Constructor.
Method of the class: MigratorTracker{}
No Hooks.
Returns
null. Nothing (null).
Usage
$MigratorTracker = new MigratorTracker(); $MigratorTracker->__construct();
MigratorTracker::__construct() MigratorTracker:: construct code WC 10.5.0
public function __construct() {
$this->init_hooks();
}