WC_Product_Importer::get_raw_data()

Get raw data.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/import/abstract-wc-product-importer.php

	public function get_raw_data() {
		return $this->raw_data;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.