WC_Product_Importer::get_raw_keys()publicWC 1.0

Get file raw headers.

Method of the class: WC_Product_Importer{}

No Hooks.

Return

Array.

Usage

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

WC_Product_Importer::get_raw_keys() code WC 8.6.1

public function get_raw_keys() {
	return $this->raw_keys;
}