WC_Admin_Exporters::product_exporter()

Export page UI.


Description Description


Source Source

File: includes/admin/class-wc-admin-exporters.php

	public function product_exporter() {
		include_once WC_ABSPATH . 'includes/export/class-wc-product-csv-exporter.php';
		include_once dirname( __FILE__ ) . '/views/html-admin-page-product-export.php';
	}

Top ↑

User Contributed Notes User Contributed Notes

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