WC_Product_CSV_Exporter::__construct()publicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$WC_Product_CSV_Exporter = new WC_Product_CSV_Exporter();
$WC_Product_CSV_Exporter->__construct();

Код WC_Product_CSV_Exporter::__construct() WC 8.7.0

public function __construct() {
	parent::__construct();
	$this->set_product_types_to_export( array_keys( WC_Admin_Exporters::get_product_types() ) );
}