WC_Product_Importer::get_paramspublicWC 1.0

Get importer parameters.

Method of the class: WC_Product_Importer{}

No Hooks.

Returns

Array.

Usage

$WC_Product_Importer = new WC_Product_Importer();
$WC_Product_Importer->get_params();

WC_Product_Importer::get_params() code WC 9.9.4

public function get_params() {
	return $this->params;
}