WC_Admin_Exporters::product_exporter()
Export page UI.
Method of the class: WC_Admin_Exporters{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_Admin_Exporters = new WC_Admin_Exporters(); $WC_Admin_Exporters->product_exporter();
WC_Admin_Exporters::product_exporter() WC Admin Exporters::product exporter code WC 9.7.1
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'; }