WC_Admin_Exporters::product_exporter()publicWC 1.0

Export page UI.

Метод класса: WC_Admin_Exporters{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WC_Admin_Exporters = new WC_Admin_Exporters();
$WC_Admin_Exporters->product_exporter();

Код WC_Admin_Exporters::product_exporter() WC 8.7.0

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';
}