WC_Product_Importer::get_params()
Get importer parameters.
Method of the class: WC_Product_Importer{}
No Hooks.
Return
Array
.
Usage
$WC_Product_Importer = new WC_Product_Importer(); $WC_Product_Importer->get_params();
WC_Product_Importer::get_params() WC Product Importer::get params code WC 7.7.0
public function get_params() { return $this->params; }