WC_Product_Importer::get_parsed_data()

Get parsed data.


Description Description


Return Return

(array)


Top ↑

Source Source

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

	public function get_parsed_data() {
		return apply_filters( 'woocommerce_product_importer_parsed_data', $this->parsed_data, $this->get_raw_data() );
	}


Top ↑

User Contributed Notes User Contributed Notes

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