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();
	}


Top ↑

User Contributed Notes User Contributed Notes

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