Automattic\WooCommerce\Internal\CLI\Migrator\Core
WooCommerceProductImporter::__construct
Constructor - parameterless to support WooCommerce DI container.
Method of the class: WooCommerceProductImporter{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WooCommerceProductImporter = new WooCommerceProductImporter(); $WooCommerceProductImporter->__construct();
WooCommerceProductImporter::__construct() WooCommerceProductImporter:: construct code WC 10.7.0
public function __construct() {
$this->import_options = $this->get_default_options();
}