WC_CSV_Batch_Exporter::__construct()
Constructor.
Description Description
Source Source
File: includes/export/abstract-wc-csv-batch-exporter.php
public function __construct() { $this->column_names = $this->get_default_column_names(); }
Constructor.
File: includes/export/abstract-wc-csv-batch-exporter.php
public function __construct() { $this->column_names = $this->get_default_column_names(); }