WC_Product_CSV_Exporter::__construct()

Constructor.


Description Description


Source Source

File: includes/export/class-wc-product-csv-exporter.php

	public function __construct() {
		parent::__construct();
		$this->set_product_types_to_export( array_merge( array_keys( wc_get_product_types() ), array( 'variation' ) ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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