WC_Product_Importer::get_mapped_keys()

Get file mapped headers.


Description Description


Return Return

(array)


Top ↑

Source Source

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

	public function get_mapped_keys() {
		return ! empty( $this->mapped_keys ) ? $this->mapped_keys : $this->raw_keys;
	}

Top ↑

User Contributed Notes User Contributed Notes

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