WC_Product_Importer::get_raw_data
Get raw data.
Method of the class: WC_Product_Importer{}
No Hooks.
Returns
Array.
Usage
$WC_Product_Importer = new WC_Product_Importer(); $WC_Product_Importer->get_raw_data();
WC_Product_Importer::get_raw_data() WC Product Importer::get raw data code WC 10.8.1
public function get_raw_data() {
return $this->raw_data;
}