WC_Product_Importer::get_raw_data()
Get raw data.
Method of the class: WC_Product_Importer{}
No Hooks.
Return
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 7.7.0
public function get_raw_data() { return $this->raw_data; }